United States Postal Service · Example Payload

Domestic Prices Extra Service Rate Request Example

GovernmentPostal ServiceShippingLogisticsAddress ValidationPackage Tracking

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

Top-level fields

originZIPCodedestinationZIPCodeextraServiceCodemailClassweight

Example Payload

Raw ↑
{
  "originZIPCode": "20212",
  "destinationZIPCode": "90210",
  "extraServiceCode": "955",
  "mailClass": "PRIORITY_MAIL",
  "weight": 1.5
}