Skip to main content

CollectionCreate Object

Creates a new collection.

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

Fields

errors ● [CollectionError!]!

collection ● Collection

Show deprecated

Returned By

collectionCreate mutation