CollectionRemoveProducts Object
Remove products from a collection.
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