Skip to main content
Version: 3.x

CollectionRemoveProducts

Remove products from a collection.

Requires MANAGE_PRODUCTSpermission.
type CollectionRemoveProducts {
collection: Collection
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
}

Fields

CollectionRemoveProducts.collection ● Collection object

Collection from which products will be removed.

CollectionRemoveProducts.collectionErrors ● [CollectionError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

CollectionRemoveProducts.errors ● [CollectionError!]! non-null object

Returned by

collectionRemoveProducts mutation


Was this page helpful?