United States Postal Service · Example Payload

Domestic Prices Total Rate Request Example

GovernmentPostal ServiceShippingLogisticsAddress ValidationPackage Tracking

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

Top-level fields

originZIPCodedestinationZIPCodeweightlengthwidthheightmailClassextraServices

Example Payload

Raw ↑
{
  "originZIPCode": "20212",
  "destinationZIPCode": "90210",
  "weight": 1.5,
  "length": 12.0,
  "width": 8.0,
  "height": 4.0,
  "mailClass": "PRIORITY_MAIL",
  "extraServices": [
    {
      "extraServiceCode": "955"
    }
  ]
}