Get order
GET /orders/{id}
Retrieves the details of a specific order by its ID.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Example
5001Order ID
Responses
Section titled “ Responses ”Order details
object
Internal order record identifier
Example
5001Associated Transdirect booking ID
Example
12345678Member ID that owns this order
Example
10001Order status
Example
pendingExternal order number from the originating platform (e.g. WooCommerce order number)
Example
WC-1234Summary of goods in the order
Example
ElectronicsRaw goods data dump from the originating platform
Platform the order was imported from (e.g. Woocommerce, Shopify, eBay)
Example
WoocommerceISO 8601 timestamp of when the order was imported
Example
2026-02-15T10:30:00+11:00When the order was purchased on the external platform
Example
2026-02-15 09:00:00Sale price from the external platform in AUD
Example
99.95The courier selected for this order’s shipment
Example
alliedThe quoted courier price for this order in AUD
Example
18.75When the order was paid on the external platform
Example
2026-02-15 09:05:00Name of the buyer
Example
Jane DoeEmail of the buyer
Example
jane@example.comDelivery address details
object
Delivery recipient name
Example
Jane DoeDelivery contact email
Example
jane@example.comDelivery contact phone
Example
0498765432Delivery street address
Example
456 Collins Street, Melbourne VIC 3000ISO 8601 timestamp of the last update
Example
2026-02-15T14:05:32+11:00Unauthorized
object
Error code or type
Example
validation_errorHuman-readable error message
Example
The sender postcode field is required.Order not found
object
Error code or type
Example
validation_errorHuman-readable error message
Example
The sender postcode field is required.