Skip to main content
Version: 3.x

CollectionReorderProducts

Reorder the products of a collection.

Requires MANAGE_PRODUCTSpermission.
type CollectionReorderProducts {
collection: Collection
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
}

Fields

CollectionReorderProducts.collection ● Collection object

Collection from which products are reordered.

CollectionReorderProducts.collectionErrors ● [CollectionError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

CollectionReorderProducts.errors ● [CollectionError!]! non-null object

Returned by

collectionReorderProducts mutation


Was this page helpful?