Skip to main content
Log inSign up
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.

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


Was this section helpful?

Anchor to ProductReorderImagesPayload returnsProductReorderImagesPayload returns

The asynchronous job which reorders the images.

The list of errors that occurred from executing the mutation.


Was this section helpful?