Shipstation Update Order Status
Updates the status of an existing ShipStation order. Use it to move an order to a new status, for example to mark or cancel it.
What it does
- Finds the ShipStation order by its order number.
- Sets the order to the new status you provide.
- Returns whether the update succeeded.
Inputs
| Name | Type | Description |
|---|---|---|
| Order Number | String | Shipstation Order Number |
| API Key | String (sensitive) | Customer Shipstation API Key |
| API Secret | String (sensitive) | Customer Shipstation API Secret |
| Order Status | String | Order Status to update Possible values: awaiting_payment, awaiting_shipment, shipped, on_hold, cancelled. |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether the status was successfully updated |
Notes
- The order's existing details are preserved; only the status changes.
API reference
Updated 19 days ago
Did this page help you?