Shipping
Shipping zones, methods, and rate configuration.
Zones, methods, classes — the full shipping configuration stack. Create geographic zones, attach methods with rates, and organise products into shipping classes.
Endpoints
Zones
| Method | Endpoint | Description |
|---|---|---|
GET | List shipping zones | Paginated list with search |
GET | Get shipping zone | Zone details including its methods |
GET | Get zone states | Available states for a zone's region |
POST | Create shipping zone | Create a new zone |
POST | Update zones order | Reorder shipping zones |
PUT | Update shipping zone | Update zone name, region, or order |
DELETE | Delete shipping zone | Delete a zone and its methods |
Methods
| Method | Endpoint | Description |
|---|---|---|
POST | Create shipping method | Create a new method in a zone |
PUT | Update shipping method | Update method settings, cost, or status |
DELETE | Delete shipping method | Delete a method from its zone |
Classes
| Method | Endpoint | Description |
|---|---|---|
GET | List shipping classes | All shipping classes |
GET | Get shipping class | Details of a specific class |
POST | Create shipping class | Create a new class |
PUT | Update shipping class | Update an existing class |
DELETE | Delete shipping class | Delete a class |