Update an order's shipping status (owner only)
mu_ship_markAdvance a physical order's ship_status and (when shipping) record the courier + tracking number. Owner-only. status must be one of pending|in_production|shipped|delivered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | catalog_orders.id of the order (from mu_ship_orders). | |
| notify | No | When status=shipped, email the customer a shipped + tracking notice (default false). Transactional shipping mail to the buyer of THIS order. | |
| status | Yes | New shipping status. | |
| courier | No | Courier, e.g. yamato | sagawa (when status=shipped). | |
| tracking | No | Tracking / 送り状 number (when status=shipped). |