v1
latestOpenAPI 3.0.02026-07-2475182625.5 KBOrders
Retrieve an order
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.
get/orders/{order_id}
Path parameters
order_idstring required
Unique identifier for the order.
Response
OK
Example response
{
"order": "abcDEFgHiJklM1N-3OP9q",
"id": "abcDEFgHiJklM1N-3OP9q",
"reference": "ABC1234567-8910-11121D",
"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",
"currency": "USD",
"payoutCurrency": "USD",
"invoiceUrl": "https://yourexamplestore.onfastspring.com/account/order/YES191015-1265-35113/invoice",
"siteId": "LDN5SX4KBZCI2",
"account": "abcDEFgHiJklM1N-3OP9q",
"total": 10,
"totalDisplay": "$10.00",
"totalInPayoutCurrency": 10,
"totalInPayoutCurrencyDisplay": "$10.00",
"taxDisplay": "$0.00",
"taxInPayoutCurrencyDisplay": "$0.00",
"subtotal": 10,
"subtotalDisplay": "$10.00",
"subtotalInPayoutCurrency": 10,
"subtotalInPayoutCurrencyDisplay": "$10.00",
"discountDisplay": "$0.00",
"discountInPayoutCurrencyDisplay": "$0.00",
"discountWithTaxDisplay": "$0.00",
"discountWithTaxInPayoutCurrencyDisplay": "$0.00",
"billDescriptor": "FS* fsprg.com",
"payment": {
"type": "test",
"creditcard": "visa",
"cardEnding": "wire",
"bank": "4242"
},
"customer": {
"first": "Jane",
"last": "Doe",
"email": "first.last@domain.com",
"phone": "555-555-5555",
"subscribed": true
},
"address": {
"city": "Santa Barbara",
"regionCode": "CA",
"regionDisplay": "California",
"region": "California",
"country": "US",
"display": "Santa Barbara, California, 93101, US"
},
"recipients": [
{
"recipient": {
"first": "First",
"last": "Last",
"email": "first.last@domain.com",
"company": "Company Name",
"phone": "555-555-5555",
"subscribed": true,
"account": "abcDEFgHiJklM1N-3OP9q",
"address": {
"city": "Santa Barbara",
"regionCode": "CA",
"regionDisplay": "California",
"region": "California",
"country": "US",
"display": "Santa Barbara, California, 93101, US"
}
}
}
],
"items": [
{
"product": "furious-falcon",
"quantity": 1,
"display": "Furious Falcon",
"imageUrl": "https://image.com/furious-falcon-logo.png",
"shortDisplay": "Furious Falcon",
"subtotal": 10,
"subtotalDisplay": "$10.00",
"subtotalInPayoutCurrency": 10,
"subtotalInPayoutCurrencyDisplay": "$10.00",
"discountDisplay": "$0.00",
"discountInPayoutCurrencyDisplay": "$0.00",
"isAddon": true,
"fulfillments": {},
"driver": {
"type": "cross-sell",
"path": "example-monthly-subscription"
},
"proratedItemChangeAmountDisplay": "$0.00",
"proratedItemChangeAmountInPayoutCurrencyDisplay": "$0.00",
"proratedItemProratedChargeDisplay": "$0.00",
"proratedItemProratedChargeInPayoutCurrencyDisplay": "$0.00",
"proratedItemCreditAmountDisplay": "$0.00",
"proratedItemCreditAmountInPayoutCurrencyDisplay": "$0.00",
"proratedItemTaxAmountDisplay": "$0.00",
"proratedItemTaxAmountInPayoutCurrencyDisplay": "$0.00",
"proratedItemTotalDisplay": "$0.00",
"proratedItemTotalInPayoutCurrencyDisplay": "$0.00"
}
],
"action": "order.get",
"result": "success"
}