get_bundle_operation
Poll the status of an asynchronous bundle create or update operation until it returns COMPLETE.
Instructions
Poll the status of an asynchronous bundle create or update operation. Status values: CREATED (queued), ACTIVE (in progress), COMPLETE (done — product is ready). Call this after create_bundle or update_bundle until status is COMPLETE. Requires read_products scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation_id | Yes | GID of the ProductBundleOperation returned by create_bundle or update_bundle (e.g. 'gid://shopify/ProductBundleOperation/123'). |