© 2025 Clarivate
GET /api/.../shippingmethods
Return a list of all shipping methods in the system.
[
{
"ShippingMethodID": 1,
"Description": "UPS"
},
{
"ShippingMethodID": 2,
"Description": "Book rate"
},
{
"ShippingMethodID": 3,
"Description": "Freight"
},
{
"ShippingMethodID": 4,
"Description": "Hold for pickup"
},
{
"ShippingMethodID": 5,
"Description": "Air Express"
},
{
"ShippingMethodID": 6,
"Description": "Other"
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 |
FAILURE.
|