Skip to main content

collectionUpdate Mutation

Updates a collection.

Requires the MANAGE_PRODUCTSpermission.
collectionUpdate(
id: ID!
input: CollectionInput!
): CollectionUpdate
Details
type CollectionUpdate {
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
collection: Collection
}

Arguments

id ● ID!

ID of a collection to update.

input ● CollectionInput!

Fields required to update a collection.

Type

CollectionUpdate

Updates a collection.

Requires the MANAGE_PRODUCTSpermission.