stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductAppendImagesInput

AdminTypes.ProductAppendImagesInput interface

The input fields for specifying product images to append.

Signature:

export interface ProductAppendImagesInput 

Properties

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.