Product Bundle Operation
Requires access scope.
An entity that represents details of an asynchronous ProductBundleCreate or ProductBundleUpdate mutation.
By querying this entity with the productOperation query using the ID that was returned when the bundle was created or updated, this can be used to check the status of an operation.
The status
field indicates whether the operation is ,
, or
.
The product
field provides the details of the created or updated product.
The field provides mutation errors that occurred during the operation.
Anchor to FieldsFields
- •ID!non-null
A globally-unique ID.
- Anchor to productproduct•Product
The product on which the operation is being performed.
- Anchor to statusstatus•Product
Operation Status!non-null The status of this operation.
- Anchor to userErrorsuser•[Product
Errors Bundle Mutation User Error!]!non-null Returns mutation errors occurred during background mutation processing.
Anchor to MutationsMutations
- •mutation
Creates a new componentized product.
- Anchor to inputinput•Product
Bundle Create Input!required Input for creating a componentized product.
Arguments
- Anchor to productBundleOperationproduct•Product
Bundle Operation Bundle Operation The asynchronous ProductBundleOperation creating the componentized product.
- Anchor to userErrorsuser•[User
Errors Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Updates a componentized product.
- Anchor to inputinput•Product
Bundle Update Input!required Input for updating a componentized product.
Arguments
- Anchor to productBundleOperationproduct•Product
Bundle Operation Bundle Operation The asynchronous ProductBundleOperation updating the componentized product.
- Anchor to userErrorsuser•[User
Errors Error!]!non-null The list of errors that occurred from executing the mutation.
Fields