Skip to content

Commit a137885

Browse files
Update Example-Postman.postman_collection.json
1 parent d24af5f commit a137885

File tree

1 file changed

+47
-47
lines changed

1 file changed

+47
-47
lines changed

Example-Postman.postman_collection.json

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -4633,6 +4633,53 @@
46334633
}
46344634
]
46354635
},
4636+
{
4637+
"name": "Shipping Options",
4638+
"item": [
4639+
{
4640+
"name": "Shipping Options - POST",
4641+
"request": {
4642+
"auth": {
4643+
"type": "bearer",
4644+
"bearer": [
4645+
{
4646+
"key": "token",
4647+
"value": "{{token}}",
4648+
"type": "string"
4649+
}
4650+
]
4651+
},
4652+
"method": "POST",
4653+
"header": [],
4654+
"body": {
4655+
"mode": "raw",
4656+
"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}",
4657+
"options": {
4658+
"raw": {
4659+
"language": "json"
4660+
}
4661+
}
4662+
},
4663+
"url": {
4664+
"raw": "https://api.usps.com/shipments/v3/options/search",
4665+
"protocol": "https",
4666+
"host": [
4667+
"api",
4668+
"usps",
4669+
"com"
4670+
],
4671+
"path": [
4672+
"shipments",
4673+
"v3",
4674+
"options",
4675+
"search"
4676+
]
4677+
}
4678+
},
4679+
"response": []
4680+
}
4681+
]
4682+
},
46364683
{
46374684
"name": "Tracking",
46384685
"item": [
@@ -5260,53 +5307,6 @@
52605307
"response": []
52615308
}
52625309
]
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-
]
53105310
}
53115311
]
53125312
}

0 commit comments

Comments
 (0)