Skip to main content
Log inSign up
Anchor to CollectionReorderProductsPayload

CollectionReorderProductsPayload

payload

Return type for collectionReorderProducts mutation.

•

The asynchronous job reordering the products.

•

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•
mutation

Asynchronously reorders a set of products within a specified collection. Instead of returning an updated collection, this mutation returns a job, which should be polled. The Collection.sortOrder must be MANUAL. Displaced products will have their position altered in a consistent manner, with no gaps.


Was this section helpful?