create_bundle
Creates a fixed product bundle by grouping multiple component products into a single parent product using the Shopify Bundles app. Asynchronous operation.
Instructions
Create a fixed product bundle using the Shopify Bundles app. Groups multiple component products into a single parent product. The operation is asynchronous — use get_bundle_operation with the returned operation ID to poll until status is COMPLETE. Requires the Shopify Bundles app to be installed and write_products scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the bundle product to create. | |
| components | Yes | Component products to include in the bundle. |