Skip to main content
Anchor to ProductBundleCreatePayload

ProductBundleCreatePayload

payload

Return type for productBundleCreate mutation.

Anchor to productBundleOperationproductBundleOperation
•ProductBundleOperation

The asynchronous ProductBundleOperation creating the product bundle or componentized product.

•[UserError!]!
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 Product objects 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 ProductBundleOperation object to track the creation status. Poll the operation using the productOperation query to determine when the bundle is ready.

Learn more about creating product fixed bundles.


Was this section helpful?