Skip to main content
GET
/
commerce
/
shipments
/
countsByStep
Error
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
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

assignedLocations
string[]

assignedLocations

shipmentType
string
required

shipmentType

Response

OK

shipmentType
string
shipmentTypeDisplayName
string
steps
DashboardStep · object[]