The operation fetches Special Services for a given carrier, service, origin country, and the destination country. If query parameters are not provided, it will default to USPS
as carrier, US
as both origin, and destination country and will show for all service and parcel types
The Special Service has been fetched successfully.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "services": [
- {
- "serviceId": "LIB",
- "brandedName": "Library Mail®",
- "parcelTypeRules": [
- {
- "brandedName": "Package",
- "parcelType": "PKG",
- "trackable": "REQUIRES_TRACKABLE_SPECIAL_SERVICE",
- "suggestedTrackableSpecialService": "DelCon",
- "specialServiceRules": [
- {
- "brandedName": "Collect on Delivery",
- "categoryId": "COD",
- "categoryName": "Collect on Delivery",
- "incompatibleSpecialServices": [
- "CODRD",
- "Ins",
- "InsRD",
- "SigRD"
], - "inputParameterRules": [
- {
- "brandedName": "COD Amount",
- "maxValue": 1000,
- "minValue": 1,
- "name": "INPUT_VALUE",
- "required": true
}
], - "specialserviceId": "COD",
- "trackable": true
}, - {
- "brandedName": "COD Restricted Delivery",
- "categoryId": "COD",
- "categoryName": "Collect on Delivery",
- "incompatibleSpecialServices": [
- "COD",
- "Ins",
- "InsRD",
- "SigRD"
], - "inputParameterRules": [
- {
- "brandedName": "COD Amount",
- "maxValue": 1000,
- "minValue": 1,
- "name": "INPUT_VALUE",
- "required": true
}
], - "specialserviceId": "CODRD",
- "trackable": true
}, - {
- "brandedName": "USPS Tracking™",
- "specialserviceId": "DelCon",
- "trackable": true
}, - {
- "brandedName": "Return Receipt Electronic",
- "categoryId": "RR",
- "categoryName": "Return Receipt",
- "incompatibleSpecialServices": [
- "InsRD",
- "Sig",
- "SigRD"
], - "prerequisiteRules": [
- {
- "specialserviceId": "COD"
}, - {
- "specialserviceId": "CODRD"
}
], - "specialserviceId": "ERR"
}, - {
- "brandedName": "Insurance",
- "categoryId": "IM",
- "categoryName": "Insurance",
- "incompatibleSpecialServices": [
- "COD",
- "CODRD",
- "InsRD",
- "SigRD"
], - "inputParameterRules": [
- {
- "brandedName": "Insurance",
- "maxValue": 5000,
- "minValue": 1,
- "name": "INPUT_VALUE",
- "required": true
}
], - "specialserviceId": "Ins",
- "trackable": true
}, - {
- "brandedName": "Insurance Restricted Delivery",
- "categoryId": "IM",
- "categoryName": "Insurance",
- "incompatibleSpecialServices": [
- "COD",
- "CODRD",
- "ERR",
- "Ins",
- "Sig",
- "SigRD"
], - "inputParameterRules": [
- {
- "brandedName": "Insurance",
- "maxValue": 5000,
- "minValue": 500.01,
- "name": "INPUT_VALUE",
- "required": true
}
], - "specialserviceId": "InsRD",
- "trackable": true
}, - {
- "brandedName": "Return Receipt",
- "categoryId": "RR",
- "categoryName": "Return Receipt",
- "incompatibleSpecialServices": [
- "Sig",
- "SigRD"
], - "inputParameterRules": [
- {
- "brandedName": "Return Receipt Number",
- "description": "Return Receipt Tracking Number",
- "format": "^[0-9]{22,22}$",
- "name": "RETURN_RECEIPT_NUMBER",
- "required": true
}
], - "prerequisiteRules": [
- {
- "specialserviceId": "COD"
}, - {
- "specialserviceId": "CODRD"
}, - {
- "minInputValue": 501,
- "specialserviceId": "Ins"
}, - {
- "minInputValue": 501,
- "specialserviceId": "InsRD"
}
], - "specialserviceId": "RR"
}, - {
- "brandedName": "Signature Confirmation™",
- "categoryId": "SIG",
- "categoryName": "Signature",
- "incompatibleSpecialServices": [
- "ERR",
- "InsRD",
- "RR",
- "SigRD"
], - "specialserviceId": "Sig",
- "trackable": true
}, - {
- "brandedName": "Signature Confirmation Restricted Delivery",
- "categoryId": "SIG",
- "categoryName": "Signature",
- "incompatibleSpecialServices": [
- "COD",
- "CODRD",
- "ERR",
- "Ins",
- "InsRD",
- "RR",
- "Sig"
], - "specialserviceId": "SigRD",
- "trackable": true
}
]
}
]
}
]
}