United States Postal Service · Example Payload

Carrier Pickup Pickup Update Request Example

GovernmentPostal ServiceShippingLogisticsAddress ValidationPackage Tracking

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

Top-level fields

confirmationNumberpackagespackageLocationspecialInstructions

Example Payload

Raw ↑
{
  "confirmationNumber": "WTC123456789",
  "packages": [
    "item-value"
  ],
  "packageLocation": "BACK_DOOR",
  "specialInstructions": "specialInstructions-value"
}