Skip to main content
Version: 3.x

collectionRemoveProducts

Remove products from a collection.

Requires MANAGE_PRODUCTSpermission.
collectionRemoveProducts(
collectionId: ID!
products: [ID!]!
): CollectionRemoveProducts

Arguments

collectionRemoveProducts.collectionId ● ID! non-null scalar

ID of a collection.

collectionRemoveProducts.products ● [ID!]! non-null scalar

List of product IDs.

Type

CollectionRemoveProducts object

Remove products from a collection.

Requires MANAGE_PRODUCTSpermission.

Was this page helpful?