Get a saved order
GET /api/v5/orders/{id}
Returns a single saved order owned by the authenticated member. Requires an API key. Returns 403 when the order does not belong to the member.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Example
88Numeric ID of the saved order.
Responses
Section titled “ Responses ”Saved order
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 id
object
Human-readable error message describing why the order request failed.
Missing or invalid API key
Order not found for this member