Skip to main content
Anchor to productReorderImages

productReorderImages

mutation

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

Deprecated. Use productReorderMedia instead.

Asynchronously reorders a set of images for a given product.

ID!required

The ID of the product on which to reorder images.

[MoveInput!]!required

A list of moves to perform which will be evaluated in order.


Was this section helpful?

Anchor to ProductReorderImagesPayload returnsProductReorderImagesPayload returns

Job

The asynchronous job which reorders the images.

[UserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?