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
Action Outputs
Name | Description |
---|---|
Order Status | Order status (awaiting_payment, awaiting_shipment, pending_fulfillment, shipped, on_hold, cancelled) |
Shipping Carrier | Name of the shipping carrier (ex. Fedex) |
Tracking Number | Shipment tracking number |
Tracking URL | Shipment tracking URL |
Deliver To Zip Code | Delivery address zip code |
Customer Notes | Customer 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 Date | The date the package was shipped |
Hold Until Date | The date the package will be released |
Shipping Details | All 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:
Updated 12 months ago