Update order shipping
shop_update_order_shippingSets the status of a specific order to the passed value. The possible modifications are limited: you can only update orders from the "PENDING" to the "FULFILLED" status, or from the "FULFILLED" to the "DELIVERED" status. Sets a new tracking url to the corresponding order. Sets a new tracking number to the corresponding order. Guidance: Sets the status of a specific order to the passed value. The possible modifications are limited: you can only update... | context: order_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | New order status. | |
| order_id | Yes | Unique ID of the order. | |
| shipping_tracking_num | No | New tracking number | |
| shipping_tracking_url | No | New tracking url |