List orders
GET /orders
Returns a list of orders for the authenticated member (max 50). Orders represent shipments imported from external platforms (e.g. WooCommerce, Shopify). Returns 404 if the member has no orders.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Example
2026-01-01 00:00:00Return orders imported since this datetime (YYYY-MM-DD HH:MM:SS format)
Example
imported_timeField to sort by (default imported_time descending)
Responses
Section titled “ Responses ”List of orders
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.No orders found for this member
object
Error code or type
Example
validation_errorHuman-readable error message
Example
The sender postcode field is required.