Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Files

Latest commit

cc1dea6 · Nov 20, 2019

History

History
18 lines (9 loc) · 1.18 KB

CreateCatalogImageRequest.md

File metadata and controls

18 lines (9 loc) · 1.18 KB

Square.Connect.Model.CreateCatalogImageRequest

Description

Properties

Name Type Description Notes
IdempotencyKey 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.
ObjectId 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]

[Back to Model list] [Back to API list] [Back to README]