Rates
Manage shipping rates and their charging conditions.
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/shipping/rates | Create shipping rate |
GET | /v1/shipping/rates | List shipping rates |
POST | /v1/shipping/rates/available | List available shipping rates |
POST | /v1/shipping/rates/live-quotes | Get live shipping quotes from carrier |
POST | /v1/shipping/rates/import | Import shipping rates from asset or JSON rows |
GET | /v1/shipping/rates/{id} | Get shipping rate |
GET | /v1/shipping/rates/template | Download shipping rates import template |
PUT | /v1/shipping/rates/{id} | Update shipping rate |
DELETE | /v1/shipping/rates/{id} | Delete shipping rate |