Orders112-5887729-6501832 › Diagnose

SP-API diagnostics

Step-by-step trace of every Amazon call for 112-5887729-6501832. Use this to see exactly what comes back.
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/112-5887729-6501832?dataElements=buyerInfo,shippingAddress
HTTP 200
response captured
Show response body
{
  "payload": {
    "BuyerInfo": {},
    "AmazonOrderId": "112-5887729-6501832",
    "EarliestShipDate": "2026-05-19T07:00:00Z",
    "SalesChannel": "Amazon.com",
    "OrderStatus": "Shipped",
    "NumberOfItemsShipped": 1,
    "OrderType": "StandardOrder",
    "IsPremiumOrder": false,
    "IsPrime": false,
    "FulfillmentChannel": "AFN",
    "NumberOfItemsUnshipped": 0,
    "HasRegulatedItems": false,
    "IsReplacementOrder": false,
    "IsSoldByAB": false,
    "LatestShipDate": "2026-05-19T07:00:00Z",
    "ShipServiceLevel": "Expedited",
    "IsISPU": false,
    "MarketplaceId": "ATVPDKIKX0DER",
    "PurchaseDate": "2026-05-17T18:32:14Z",
    "ShippingAddress": {
      "StateOrRegion": "TX",
      "City": "CROCKETT",
      "CountryCode": "US"
    },
    "IsAccessPointOrder": false,
    "SellerOrderId": "112-5887729-6501832",
    "PaymentMethod": "Other",
    "IsBusinessOrder": true,
    "OrderTotal": {
      "CurrencyCode": "USD",
      "Amount": "34.19"
    },
    "PaymentMethodDetails": [
      "Standard"
    ],
    "IsGlobalExpressEnabled": false,
    "LastUpdateDate": "2026-05-18T15:59:39Z",
    "ShipmentServiceLevelCategory": "Expedited"
  }
}
OK GET /orders/v0/orders/112-5887729-6501832/address
HTTP 200
response captured
Show response body
{
  "payload": {
    "AmazonOrderId": "112-5887729-6501832",
    "ShippingAddress": {
      "StateOrRegion": "TX",
      "City": "CROCKETT",
      "CountryCode": "US",
      "Name": ""
    },
    "BuyerCompanyName": "Arnold's Bar-B-Que & Fried Catfish"
  }
}
OK GET /orders/v0/orders/112-5887729-6501832/buyerInfo
HTTP 200
response captured
Show response body
{
  "payload": {
    "AmazonOrderId": "112-5887729-6501832"
  }
}