collectionReorderProducts
Reorder the products of a collection.
collectionReorderProducts(
collectionId: ID!
moves: [MoveProductInput!]!
): CollectionReorderProducts
Arguments
collectionReorderProducts.collectionId
● ID!
non-null scalar
ID of a collection.
collectionReorderProducts.moves
● [MoveProductInput!]!
non-null input
The collection products position operations.
Type
CollectionReorderProducts
object
Reorder the products of a collection.