Skip to main content

CollectionReorderProducts Object

Reorder the products of a collection.

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

Fields​

collection ● Collection​

Collection from which products are reordered.

errors ● [CollectionError!]!​

Show deprecatedHide deprecated

collectionErrors ● [CollectionError!]!​

DEPRECATED

Use errors field instead.

Returned By​

collectionReorderProducts mutation