Error
Get Shipment Step Count by Shipment Type
Get the step counts of shipment types.
GET
Error
Authorizations
JWT Authorization header using the Bearer scheme.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples{
"_links": {
"empty": true
},
"shipmentType": "<string>",
"shipmentTypeDisplayName": "<string>",
"steps": [
{
"_links": {
"empty": true
},
"attributes": {},
"name": "<string>",
"total": 123
}
]
}Get the step counts of shipment types.
A valid request URL is required to generate request examples{
"_links": {
"empty": true
},
"shipmentType": "<string>",
"shipmentTypeDisplayName": "<string>",
"steps": [
{
"_links": {
"empty": true
},
"attributes": {},
"name": "<string>",
"total": 123
}
]
}JWT Authorization header using the Bearer scheme.
