Promotion: order status
promotion_get_order_status_v1Check the status of a BBIP promotion order by its ID. Returns overall status, total price, and per-item details to track order execution.
Instructions
Returns the status of a BBIP order by its orderId: the order's overall status (initialized/waiting/in_process/processed), totalPrice (kopecks) and a per-item status for each listing (slug, price, errorReason). READ-ONLY: spends NO money. Call it AFTER promotion_create_bbip_order_for_items_v1 to track the order's execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes | Promotion order identifier in UUID format, obtained from promotion_create_bbip_order_for_items_v1. |