get https://api.fastspring.com/orders/
Retrieves the details of an order with the given order_id
.
If you specify multiple order IDs in the request, the response will return an array with each order object.
Responses
Retrieves the details of an order with the given order_id
.
If you specify multiple order IDs in the request, the response will return an array with each order object.
xxxxxxxxxx
curl --request GET \
--url https://api.fastspring.com/orders/order_id \
--header 'accept: application/json'
xxxxxxxxxx
138}
{
"order": "abcDEFgHiJklM1N-3OP9q",
"id": "abcDEFgHiJklM1N-3OP9q",
"reference": "ABC1234567-8910-11121D",
"buyerReference": null,
"ipAddress": "00.000.00.000",
"completed": true,
"changed": 1723838225894,
"changedValue": 1723838225894,
"changedInSeconds": 1723838225,
"changedDisplay": "8/16/24",
"changedDisplayISO8601": "2024-08-16",
"changedDisplayEmailEnhancements": "Aug 16, 2024",
"changedDisplayEmailEnhancementsWithTime": "Aug 16, 2024 07:57:05 PM",
"language": "en",
"live": false,
"currency": "USD",
"payoutCurrency": "USD",
"quote": null,
"invoiceUrl": "https://yourexamplestore.onfastspring.com/account/order/YES191015-1265-35113/invoice",
"siteId": "LDN5SX4KBZCI2",
"account": "abcDEFgHiJklM1N-3OP9q",
"total": 10,
"totalDisplay": "$10.00",
"totalInPayoutCurrency": 10,