United States Postal Service · Example Payload

Domestic Prices Total Rate Response Example

GovernmentPostal ServiceShippingLogisticsAddress ValidationPackage Tracking

Domestic Prices Total 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": [
    {
      "totalBasePrice": 8.7,
      "totalPrice": 12.5,
      "fees": [
        {
          "name": {},
          "price": {}
        }
      ]
    }
  ]
}