Skip to main content
mutation

Requires write_products access scope. Also: The user must have a permission to append images to a product.

Deprecated. Use productUpdate or productSet instead. This will be removed in 2024-10.

Appends images to a product.

•ProductAppendImagesInput!
required

Specifies the new images and the product that they're being added to.


Was this section helpful?

Anchor to ProductAppendImagesPayload returnsProductAppendImagesPayload returns

•[Image!]

List of new images appended to the product.

•Product

The product object.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?