Skip to main content

CollectionCreate

Creates a new collection.

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

Fields

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

DEPRECATED

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

CollectionCreate.errors ● [CollectionError!]! non-null object products

CollectionCreate.collection ● Collection object products

Returned By

collectionCreate mutation