Skip to main content

CollectionRemoveProducts Object

Remove products from a collection.

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

Fields

collection ● Collection

Collection from which products will be removed.

errors ● [CollectionError!]!

Show deprecated

Returned By

collectionRemoveProducts mutation