curl --request POST \
--url https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/epo/item-pricing \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"epoId": "EPO-123",
"itemCategories": [
{
"categoryCode": "DOCUMENTS",
"categoryName": "Documents & Papers",
"serviceLevels": [
{
"code": "NEXT_DAY",
"name": "Next Day Delivery",
"pricePerItem": 25,
"basePricePerKg": 5,
"minimumCharge": 35,
"maxWeightKg": 30,
"maxDimensionsCm": {
"length": 35,
"width": 25,
"height": 5
},
"volumetricDivisor": 5000,
"transitTimeHours": 24,
"specialHandlingOptions": [
{
"code": "FRAGILE",
"surcharge": 10
}
]
}
]
}
],
"effectiveDate": "2025-01-01",
"currency": "USD",
"taxRate": 0.1
}
'