Anchor to CollectionReorderProductsPayloadCollection
CollectionReorderProductsPayload
payload
Return type for mutation.
Anchor to FieldsFields
- •
The asynchronous job reordering the products.
- Anchor to userErrorsuser•
Errors [UserError!]! non-null 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
must be
. Displaced products will have their position altered in a consistent manner, with no gaps.
Was this section helpful?