--- title: CollectionAddProductsV2Payload - GraphQL Admin description: Return type for `collectionAddProductsV2` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/collectionaddproductsv2payload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/collectionaddproductsv2payload.md --- # Collection​Add​Products​V2Payload payload Return type for `collectionAddProductsV2` mutation. ## Fields * job [Job](https://shopify.dev/docs/api/admin-graphql/latest/objects/Job) The asynchronous job adding the products. * user​Errors [\[Collection​Add​Products​V2User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/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/latest/mutations/collectionAddProductsV2) mutation Asynchronously adds a set of products to a given collection. It can take a long time to run. Instead of returning a collection, it returns a job which should be polled. *** ## Map ### Mutations with this payload * [collection​Add​Products​V2](https://shopify.dev/docs/api/admin-graphql/latest/types/collectionAddProductsV2)