Shipstation Order Status

Get order information from shipstation by order number

The action retrieves an order including the shipments. Please note that if there are no shipments for the requested order (the order was not shipped), the tracking number returned by the action will be empty.

The shipstation order model includes the following fields: https://www.shipstation.com/docs/api/models/order/

Shipping Details output will contain the order object and a list of shipments associated with the order.

Action Inputs

NameDescription
API KeyShipstation API key. Read here how to find your Shipstation credentials.
API SecretShipstation API Secret. Read here how to find your Shipstation credentials.
Order NumberOrder number for which the information is requested

Action Outputs

NameDescription
Order StatusOrder status (awaiting_payment, awaiting_shipment, pending_fulfillment, shipped, on_hold, cancelled)
Shipping CarrierName of the shipping carrier (ex. Fedex)
Tracking NumberShipment tracking number
Tracking URLShipment tracking URL
Deliver To Zip CodeDelivery address zip code
Customer NotesCustomer delivery notes where Requested Arrival Date, Requested Arrival Day, Days to Hold Order can be found.
Use regex action in the flow if you want to retrieve these fields.
Shipped DateThe date the package was shipped
Hold Until DateThe date the package will be released
Shipping DetailsAll order's fields including shipping details. Please note that this output is composed of 2 objects: order and shipment.
The shipment object will contain a list of shipments associated with the order.

Output example:

582