Get a single order

Returns a single order. Parent organizations 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
paidboolean
statusobject
customer_organisationobject
customer_userobject
shipping_optionobject
shipped_withobject
payment_optionobject
invoice_addressobject
shipping_addressobject
currencyobject
submit_datestringformat: "date-time"
shipped_datestringformat: "date-time"
delivered_datestringformat: "date-time"
external_payment_referencestring
external_shipping_referencestring
totaldouble
vatdouble
vat_ratedouble
metaobject
auto_provisioningboolean
purchase_order_numberstring

Errors

404
Not Found Error