United States Postal Service · Example Payload

Carrier Pickup Pickup Request Example

GovernmentPostal ServiceShippingLogisticsAddress ValidationPackage Tracking

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

Top-level fields

firstNamelastNamepickupAddresspackagespackageLocationspecialInstructions

Example Payload

Raw ↑
{
  "firstName": "John",
  "lastName": "Doe",
  "pickupAddress": "pickupAddress-value",
  "packages": [
    "item-value"
  ],
  "packageLocation": "FRONT_DOOR",
  "specialInstructions": "Leave by the blue mailbox"
}