Skip to main content
Version: 3.x

collectionReorderProducts

Reorder the products of a collection.

Requires MANAGE_PRODUCTSpermission.
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.

Requires MANAGE_PRODUCTSpermission.

Was this page helpful?