Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductAppendImagesPayload
Return type for productAppendImages
mutation.
Signature:
export interface ProductAppendImagesPayload
Property | Modifiers | Type | Description |
---|---|---|---|
newImages? | Maybe<Array<Image>> | (Optional) List of new images appended to the product. | |
product? | Maybe<Product> | (Optional) The product object. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |