Orders › 114-7556350-9949834 › Diagnose
OK
LWA token exchange
access_token acquired (expires in 3600s)
Show response body
{
"scope": "(none returned)"
}
FAILED
RDT for /orders/v0/orders
HTTP 400
RDT mint failed: Application does not have access to one or more requested data elements: [buyerInfo, shippingAddress] (InvalidInput)
Show response body
{
"errors": [
{
"code": "InvalidInput",
"message": "Application does not have access to one or more requested data elements: [buyerInfo, shippingAddress]",
"details": ""
}
]
}
FAILED
RDT for /orders/v0/orders/{id}
HTTP 400
RDT mint failed: Application does not have access to one or more requested data elements: [shippingAddress] (InvalidInput)
Show response body
{
"errors": [
{
"code": "InvalidInput",
"message": "Application does not have access to one or more requested data elements: [shippingAddress]",
"details": ""
}
]
}
OK
RDT for /orders/v0/orders/{id}/address
RDT minted (Atz.sprdt|AY...)
OK
RDT for /orders/v0/orders/{id}/buyerInfo
RDT minted (Atz.sprdt|AY...)
OK
GET /orders/v0/orders/114-7556350-9949834?dataElements=buyerInfo,shippingAddress
HTTP 200
response captured
Show response body
{
"payload": {
"BuyerInfo": {},
"AmazonOrderId": "114-7556350-9949834",
"EarliestDeliveryDate": "2026-04-27T07:00:00Z",
"EarliestShipDate": "2026-04-21T07:00:00Z",
"SalesChannel": "Amazon.com",
"AutomatedShippingSettings": {
"HasAutomatedShippingSettings": false
},
"OrderStatus": "Shipped",
"NumberOfItemsShipped": 2,
"OrderType": "StandardOrder",
"IsPremiumOrder": false,
"IsPrime": false,
"FulfillmentChannel": "MFN",
"NumberOfItemsUnshipped": 0,
"HasRegulatedItems": false,
"IsReplacementOrder": false,
"IsSoldByAB": false,
"LatestShipDate": "2026-04-22T06:59:59Z",
"ShipServiceLevel": "Econ US Dom",
"DefaultShipFromLocationAddress": {
"StateOrRegion": "NY",
"AddressLine1": "null",
"PostalCode": "10924",
"City": "Goshen",
"CountryCode": "US",
"Name": "null"
},
"IsISPU": false,
"MarketplaceId": "ATVPDKIKX0DER",
"LatestDeliveryDate": "2026-05-02T06:59:59Z",
"PurchaseDate": "2026-04-18T17:48:18Z",
"ShippingAddress": {
"StateOrRegion": "TX",
"City": "DEER PARK",
"CountryCode": "US"
},
"IsAccessPointOrder": false,
"PaymentMethod": "Other",
"IsBusinessOrder": true,
"OrderTotal": {
"CurrencyCode": "USD",
"Amount": "23.88"
},
"PaymentMethodDetails": [
"Standard"
],
"IsGlobalExpressEnabled": false,
"LastUpdateDate": "2026-04-20T10:33:57Z",
"ShipmentServiceLevelCategory": "FreeEconomy"
}
}
OK
GET /orders/v0/orders/114-7556350-9949834/address
HTTP 200
response captured
Show response body
{
"payload": {
"DeliveryPreferences": {
"OtherAttributes": [
"PALLET_ENABLED"
]
},
"AmazonOrderId": "114-7556350-9949834",
"ShippingAddress": {
"StateOrRegion": "TX",
"City": "DEER PARK",
"CountryCode": "US",
"Name": ""
},
"BuyerCompanyName": "Heavenly Brew Cafe"
}
}
OK
GET /orders/v0/orders/114-7556350-9949834/buyerInfo
HTTP 200
response captured
Show response body
{
"payload": {
"AmazonOrderId": "114-7556350-9949834"
}
}