Skip to main content
Version: 3.x

CollectionAddProducts

Adds products to a collection.

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

Fields

CollectionAddProducts.collection ● Collection object

Collection to which products will be added.

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

DEPRECATED

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

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

Returned by

collectionAddProducts mutation


Was this page helpful?