# CollectionAddProductsV2UserError - admin-graphql - OBJECT Version: 2024-10 ## Description An error that occurs during the execution of `CollectionAddProductsV2`. ### Access Scopes ## Fields * [code](/docs/api/admin-graphql/2024-10/enums/CollectionAddProductsV2UserErrorCode): CollectionAddProductsV2UserErrorCode - The error code. * [field](/docs/api/admin-graphql/2024-10/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin-graphql/2024-10/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [collectionAddProductsV2](/docs/api/admin-graphql/2024-10/mutations/collectionAddProductsV2) 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. ## Related Unions ## Examples