Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductAppendImagesInput
The input fields for specifying product images to append.
Signature:
export interface ProductAppendImagesInput
Property | Modifiers | Type | Description |
---|---|---|---|
id | Scalars[‘ID’][‘input’] | The ID of the product. | |
images | Array<ImageInput> | A list of images to be appended to the product. |