Skip to main content
Anchor to CollectionAddProductsV2Payload

CollectionAddProductsV2Payload

payload

Return type for collectionAddProductsV2 mutation.

•Job

The asynchronous job adding the products.

•[CollectionAddProductsV2UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Adds products to a Collection asynchronously and returns a Job to track the operation's progress. This mutation handles large product sets efficiently by processing them in the background.

You can poll the returned job using the job query to monitor completion status.


Note

This mutation adds products in the order specified in the productIds argument.



Was this section helpful?