List saved orders
GET /api/v5/orders
Lists the authenticated member’s imported e-commerce orders (Shopify, WooCommerce, CSV and similar), newest first and capped at 50. Requires an API key. Optionally filter by import time and choose the sort column.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Only return orders imported at or after this time. Accepts an ISO 8601 datetime, or a “YYYY-MM-DD HH:MM:SS” value which is treated as UTC.
Only return orders imported at or after this time. Accepts an ISO 8601 datetime, or a “YYYY-MM-DD HH:MM:SS” value which is treated as UTC.
Column to sort ascending by (e.g. id, imported_time, sale_price, buyer_name). Defaults to newest first (imported_time descending).
Column to sort ascending by (e.g. id, imported_time, sale_price, buyer_name). Defaults to newest first (imported_time descending).
Responses
Section titled “ Responses ”Saved orders
object
Order record identifier.
Linked Transdirect order id, if any.
Member who owns the order.
Current order status (e.g. “new”, “processing”, “completed”).
External order reference from the source platform.
Short summary of the goods purchased.
Raw serialised goods/line-item data from the source platform.
Source of the order import (e.g. “shopify”, “csv”).
Timestamp the order was imported (ISO 8601).
Timestamp the order was purchased (ISO 8601).
Courier string_id selected for the order.
Timestamp the order was paid (ISO 8601).
Name of the buyer who placed the order.
Email of the buyer who placed the order.
Delivery recipient details for the order.
object
Delivery recipient name.
Delivery recipient email.
Delivery recipient phone number.
Delivery recipient full address.
Timestamp the order was last updated (ISO 8601).
Invalid order query
object
Human-readable error message describing why the order request failed.
Missing or invalid API key