stack

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

AdminTypes.ProductAppendImagesPayload interface

Return type for productAppendImages mutation.

Signature:

export interface ProductAppendImagesPayload 

Properties

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.