Get a single order

Returns a single order. Parent organisations will be able to view orders where they are the issuer or reseller.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the POST request to /api/v1/authenticate.

Path parameters

order_iddoubleRequired
Numerical ID of an order

Response

OK
linelist of objects or null
paidboolean or null
statusobject or null
customer_organisationobject or null
customer_userobject or null
shipping_optionobject or null
shipped_withobject or null
payment_optionobject or null
invoice_addressobject or null
shipping_addressobject or null
currencyobject or null
submit_datestring or nullformat: "date-time"
shipped_datestring or nullformat: "date-time"
delivered_datestring or nullformat: "date-time"
external_payment_referencestring or null
external_shipping_referencestring or null
totaldouble or null
vatdouble or null
vat_ratedouble or null
metaobject or null
auto_provisioningboolean or null
purchase_order_numberstring or null

Errors