--- title: CollectionAddProductsV2Payload - GraphQL Admin description: Return type for `collectionAddProductsV2` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/collectionaddproductsv2payload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/collectionaddproductsv2payload.md --- # Collection​Add​Products​V2Payload payload Return type for `collectionAddProductsV2` mutation. ## Fields * job [Job](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Job) The asynchronous job adding the products. * user​Errors [\[Collection​Add​Products​V2User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/CollectionAddProductsV2UserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [collection​Add​Products​V2](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/collectionAddProductsV2) mutation Adds products to a [`Collection`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Collection) asynchronously and returns a [`Job`](https://shopify.dev/docs/api/admin-graphql/latest/objects/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`](https://shopify.dev/docs/api/admin-graphql/latest/queries/job) query to monitor completion status. *** Note This mutation adds products in the order specified in the [`productIds`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/collectionAddProducts#arguments-productIds) argument. *** *** ## Map ### Mutations with this payload * [collection​Add​Products​V2](https://shopify.dev/docs/api/admin-graphql/unstable/types/collectionAddProductsV2)