update_order_status
Modify order status in CS-Cart e-commerce stores by specifying order ID and new status (e.g., Open, Processed, Complete). Optionally notify users of changes for improved communication.
Instructions
Update order status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
notify_user | No | Whether to notify the user about status change | |
order_id | Yes | Order ID | |
status | Yes | New order status (O=Open, P=Processed, C=Complete, F=Failed, D=Declined, B=Backordered, I=Incomplete) |