Anchor to CollectionAddProductsV2UserErrorCollection
objectCollection Add Products V2User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- Anchor to codecode•Collection
Add Products V2User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •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.
- •ID!required
The ID of the collection that's being updated.
- Anchor to productIdsproduct•[ID!]!required
Ids The IDs of the products that are being added to the collection. If the collection's sort order is manual, the products will be added in the order in which they are provided.
Arguments
- •Job
The asynchronous job adding the products.
- Anchor to userErrorsuser•[Collection
Errors Add Products V2User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
Was this section helpful?