Skip to main content

collectionUpdate

Updates a collection.

Requires MANAGE_PRODUCTSpermission.
collectionUpdate(
id: ID!
input: CollectionInput!
): CollectionUpdate

Arguments

collectionUpdate.id ● ID! non-null scalar miscellaneous

ID of a collection to update.

collectionUpdate.input ● CollectionInput! non-null input products

Fields required to update a collection.

Type

CollectionUpdate object products

Updates a collection.

Requires MANAGE_PRODUCTSpermission.