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

NameTypeDescription
Order NumberStringShipstation Order Number
API KeyString (sensitive)Customer Shipstation API Key
API SecretString (sensitive)Customer Shipstation API Secret
Order StatusStringOrder Status to update Possible values: awaiting_payment, awaiting_shipment, shipped, on_hold, cancelled.

Outputs

NameTypeDescription
SuccessBooleanWhether the status was successfully updated

Notes

  • The order's existing details are preserved; only the status changes.

API reference


Did this page help you?