United States Postal Service · Example Payload

Domestic Prices Rate Response Example

GovernmentPostal ServiceShippingLogisticsAddress ValidationPackage Tracking

Domestic Prices Rate Response Example is an example object payload from United States Postal Service, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

rates

Example Payload

Raw ↑
{
  "rates": [
    {
      "skuCode": "DPXX0XXXXB00020",
      "description": "Priority Mail",
      "price": 8.7,
      "maxWeight": 70,
      "fees": [
        {}
      ]
    }
  ]
}