Skip to main content
Anchor to CollectionRemoveProductsPayload

CollectionRemoveProductsPayload

payload

Return type for collectionRemoveProducts mutation.

•Job

The asynchronous job removing the products.

Show fields
•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation
Deprecated
Show payload

Arguments

•ID!
required

The ID of the collection to remove products from. The ID must reference an existing collection.

•[ID!]!
required

The IDs of products to remove from the collection. The mutation doesn't validate that the products belong to the collection or whether the products exist.



Was this section helpful?