CollectionReorderProducts Object
Reorder the products of a collection.
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