Skip to content

Commit d24af5f

Browse files
Updated for 2024-04-30 Release.
1 parent 86e7a49 commit d24af5f

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

Example-Postman.postman_collection.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5260,6 +5260,53 @@
52605260
"response": []
52615261
}
52625262
]
5263+
},
5264+
{
5265+
"name": "Shipping Options",
5266+
"item": [
5267+
{
5268+
"name": "Shipping Options - POST",
5269+
"request": {
5270+
"auth": {
5271+
"type": "bearer",
5272+
"bearer": [
5273+
{
5274+
"key": "token",
5275+
"value": "{{token}}",
5276+
"type": "string"
5277+
}
5278+
]
5279+
},
5280+
"method": "POST",
5281+
"header": [],
5282+
"body": {
5283+
"mode": "raw",
5284+
"raw": "{\r\n \"pricingOptions\": [\r\n {\r\n \"priceType\": \"COMMERCIAL\",\r\n \"paymentAccount\": {\r\n \"accountType\": \"EPS\",\r\n \"accountNumber\": \"XXXXXXXXXX\"\r\n }\r\n }\r\n ],\r\n \"originZIPCode\": \"05485-8016\",\r\n \"destinationZIPCode\": \"38746 0230\",\r\n \"packageDescription\": {\r\n \"weight\": 1,\r\n \"length\": 1,\r\n \"height\": 1,\r\n \"width\": 1,\r\n \"girth\": 1,\r\n \"mailClass\": \"PARCEL_SELECT\",\r\n \"extraServices\": [\r\n 365\r\n ],\r\n \"mailingDate\": \"2024-05-01\",\r\n \"packageValue\": 35\r\n }\r\n}",
5285+
"options": {
5286+
"raw": {
5287+
"language": "json"
5288+
}
5289+
}
5290+
},
5291+
"url": {
5292+
"raw": "https://api.usps.com/shipments/v3/options/search",
5293+
"protocol": "https",
5294+
"host": [
5295+
"api",
5296+
"usps",
5297+
"com"
5298+
],
5299+
"path": [
5300+
"shipments",
5301+
"v3",
5302+
"options",
5303+
"search"
5304+
]
5305+
}
5306+
},
5307+
"response": []
5308+
}
5309+
]
52635310
}
52645311
]
52655312
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2044,7 +2044,7 @@ Response:
20442044
## Shipping Options
20452045
Receive a comprehensive list of pricing, service standards, and shipping options for USPS products within a single API call.
20462046
2047-
### Shipping Options - Shipping Package Options
2047+
### Shipping Options - Package Shipping Options
20482048
Allows users to generate a comprehensive list of shipping options that comply with USPS Shipping Standards, all within a single request.
20492049
```sh
20502050
curl -X 'POST' 'https://api.usps.com/shipments/v3/options/search' \

0 commit comments

Comments
 (0)