Get order by ID
Retrieve a specific order by its unique identifier. Results are filtered to orders the authenticated user has access to.
Path Parameters
orderIdRequiredstringUnique identifier of the order
Format:
"uuid"Successful operation
Create a new order POST
Create a new order in the system. Optionally include a return order to be created simultaneously (useful for pre-paid return labels included with outbound orders). Requires full write access to orders.
List orders GET
Retrieve a list of orders with pagination and filtering options. Results are filtered to orders the authenticated user has access to.