Orders113-5285906-1940226 › Diagnose

SP-API diagnostics

Step-by-step trace of every Amazon call for 113-5285906-1940226. 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/113-5285906-1940226?dataElements=buyerInfo,shippingAddress
HTTP 200
response captured
Show response body
{
  "payload": {
    "BuyerInfo": {},
    "AmazonOrderId": "113-5285906-1940226",
    "EarliestDeliveryDate": "2026-05-27T07:00:00Z",
    "EarliestShipDate": "2026-05-20T07:00:00Z",
    "SalesChannel": "Amazon.com",
    "AutomatedShippingSettings": {
      "HasAutomatedShippingSettings": false
    },
    "OrderStatus": "Unshipped",
    "NumberOfItemsShipped": 0,
    "OrderType": "StandardOrder",
    "IsPremiumOrder": false,
    "IsPrime": false,
    "FulfillmentChannel": "MFN",
    "NumberOfItemsUnshipped": 1,
    "HasRegulatedItems": false,
    "IsReplacementOrder": false,
    "IsSoldByAB": false,
    "LatestShipDate": "2026-05-21T06:59:59Z",
    "ShipServiceLevel": "Econ US Dom",
    "DefaultShipFromLocationAddress": {
      "StateOrRegion": "NY",
      "AddressLine1": "2669 RT 17M",
      "PostalCode": "10924",
      "City": "Goshen",
      "CountryCode": "US",
      "Name": "FF Warehouse"
    },
    "IsISPU": false,
    "MarketplaceId": "ATVPDKIKX0DER",
    "LatestDeliveryDate": "2026-06-03T06:59:59Z",
    "PurchaseDate": "2026-05-18T16:24:52Z",
    "ShippingAddress": {
      "StateOrRegion": "AL",
      "City": "ROANOKE",
      "CountryCode": "US"
    },
    "IsAccessPointOrder": false,
    "PaymentMethod": "Other",
    "IsBusinessOrder": true,
    "OrderTotal": {
      "CurrencyCode": "USD",
      "Amount": "39.95"
    },
    "PaymentMethodDetails": [
      "Standard"
    ],
    "IsGlobalExpressEnabled": false,
    "LastUpdateDate": "2026-05-18T17:01:00Z",
    "ShipmentServiceLevelCategory": "FreeEconomy"
  }
}
OK GET /orders/v0/orders/113-5285906-1940226/address
HTTP 200
response captured
Show response body
{
  "payload": {
    "DeliveryPreferences": {
      "PreferredDeliveryTime": {
        "ExceptionDates": [
          {
            "ExceptionDate": "2026-05-25",
            "IsOpen": false
          }
        ],
        "BusinessHours": [
          {
            "DayOfWeek": "THU",
            "OpenIntervals": [
              {
                "EndTime": {
                  "Minute": 0,
                  "Hour": 17
                },
                "StartTime": {
                  "Minute": 30,
                  "Hour": 8
                }
              }
            ]
          },
          {
            "DayOfWeek": "TUE",
            "OpenIntervals": [
              {
                "EndTime": {
                  "Minute": 0,
                  "Hour": 17
                },
                "StartTime": {
                  "Minute": 30,
                  "Hour": 8
                }
              }
            ]
          },
          {
            "DayOfWeek": "WED",
            "OpenIntervals": [
              {
                "EndTime": {
                  "Minute": 0,
                  "Hour": 17
                },
                "StartTime": {
                  "Minute": 30,
                  "Hour": 8
                }
              }
            ]
          },
          {
            "DayOfWeek": "FRI",
            "OpenIntervals": [
              {
                "EndTime": {
                  "Minute": 0,
                  "Hour": 17
                },
                "StartTime": {
                  "Minute": 30,
                  "Hour": 8
                }
              }
            ]
          },
          {
            "DayOfWeek": "MON",
            "OpenIntervals": [
              {
                "EndTime": {
                  "Minute": 0,
                  "Hour": 17
                },
                "StartTime": {
                  "Minute": 30,
                  "Hour": 8
                }
              }
            ]
          }
        ]
      },
      "OtherAttributes": [
        "PALLET_ENABLED"
      ]
    },
    "AmazonOrderId": "113-5285906-1940226",
    "ShippingAddress": {
      "StateOrRegion": "AL",
      "City": "ROANOKE",
      "CountryCode": "US",
      "Name": ""
    },
    "BuyerCompanyName": "The Hippie Bean Coffee Company LLC"
  }
}
OK GET /orders/v0/orders/113-5285906-1940226/buyerInfo
HTTP 200
response captured
Show response body
{
  "payload": {
    "AmazonOrderId": "113-5285906-1940226"
  }
}