Skip to main content

collectionCreate Mutation

Creates a new collection.

Requires the MANAGE_PRODUCTSpermission.
collectionCreate(
input: CollectionCreateInput!
): CollectionCreate
Details
type CollectionCreate {
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
collection: Collection
}

Arguments

input ● CollectionCreateInput!

Fields required to create a collection.

Type

CollectionCreate

Creates a new collection.

Requires the MANAGE_PRODUCTSpermission.