United States Postal Service · Example Payload

Domestic Prices Base Rate Request Example

GovernmentPostal ServiceShippingLogisticsAddress ValidationPackage Tracking

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

Top-level fields

originZIPCodedestinationZIPCodeweightlengthwidthheightmailClassprocessingCategorydestinationEntryFacilityTyperateIndicator

Example Payload

Raw ↑
{
  "originZIPCode": "20212",
  "destinationZIPCode": "90210",
  "weight": 1.5,
  "length": 12.0,
  "width": 8.0,
  "height": 4.0,
  "mailClass": "PRIORITY_MAIL",
  "processingCategory": "MACHINABLE",
  "destinationEntryFacilityType": "NONE",
  "rateIndicator": "DR"
}