Regional Shipment Types
Use this endpoint to retrieve all service types for the given postal code
REST Endpoint
GET /customers/:customerId/regionalShipmentTypes/:postalCode
Response Status Code
200 OK
Response Content Type
application/json
Request Example
GET /restapi/v1/customers/TEST00002/shipments/80002
Response JSON Example
{
"services": [
"intelliquick_specialty"
]
}
Explanation of Response Fields
| Field | Type | Description |
|---|---|---|
| services | array of string | All services enabled for the given postal code |