Methods
Manage the shipping methods a shopper can select.
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/shipping/methods | Create shipping method |
GET | /v1/shipping/methods | List shipping methods |
POST | /v1/shipping/methods/slots | List shipping method slots |
GET | /v1/shipping/methods/{id} | Get shipping method |
PUT | /v1/shipping/methods/{id} | Update shipping method |
DELETE | /v1/shipping/methods/{id} | Delete shipping method |
GET | /v1/shipping/methods/{id}/rates | Get shipping method rates |