Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1.02 KB

CreateCatalogImageRequest.md

File metadata and controls

14 lines (8 loc) · 1.02 KB

SquareConnect.CreateCatalogImageRequest

Description

Properties

Name Type Description Notes
idempotency_key String A unique string that identifies this CreateCatalogImage request. Keys can be any valid string but must be unique for every CreateCatalogImage request. See Idempotency keys for more information.
object_id String Unique ID of the `CatalogObject` to attach to this `CatalogImage`. Leave this field empty to create unattached images, for example if you are building an integration where these images can be attached to catalog items at a later time. [optional]
image CatalogObject The new `IMAGE`-type `CatalogObject` to be attached to this `CatalogImage`. If the `CatalogObject` already has a `CatalogImage`, this call will overwrite it. [optional]