Anchor to ProductBundleCreatePayloadProduct
payloadProduct Bundle Create Payload
Return type for mutation.
Anchor to FieldsFields
- Anchor to productBundleOperationproduct•Product
Bundle Operation Bundle Operation The asynchronous ProductBundleOperation creating the product bundle or componentized product.
- Anchor to userErrorsuser•[User
Errors Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- •mutation
Creates a product bundle that groups multiple
Productobjects together as components. The bundle appears as a single product in the store, with its price determined by the parent product and inventory calculated from the component products.The mutation runs asynchronously and returns a
object to track the creation status. Poll the operation using thequery to determine when the bundle is ready.Learn more about creating product fixed bundles.
Was this section helpful?