awb_update_status
Update the delivery status of an AWB record by its internal ID. Optionally sync the parent order's status to match.
Instructions
Update the delivery status of an AWB.
Parameters
awb_id : Internal AWB record ID. status : New status string (carrier-specific, e.g. "delivered", "in_transit", "returned"). update_order_status : If true, also update the parent order's status accordingly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| awb_id | Yes | ||
| status | Yes | ||
| update_order_status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||