Skip to main content

collectionRemoveProducts Mutation

Remove products from a collection.

Requires the MANAGE_PRODUCTSpermission.
collectionRemoveProducts(
collectionId: ID!
products: [ID!]!
): CollectionRemoveProducts
Show return type

Arguments

collectionId ● ID!

ID of a collection.

products ● [ID!]!

List of product IDs.

Type

CollectionRemoveProducts

Remove products from a collection.

Requires the MANAGE_PRODUCTSpermission.