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 deprecated

Returned By

collectionReorderProducts mutation