Shipping Zones
Create Shipping Zone
POST/shipping/zones
This endpoint allows you to create a Custom Shipping Zone.
:::tip[Note]If you ship to all countries and cities, set the country and city IDs to "...
List Shipping Zones
GET/shipping/zones
This endpoint allows you to list all Custom Shipping Zones.
`shipping.read`- Shipping Read Only
Shipping Zone Details
GET/shipping/zones/{zone_id}
This endpoint allows you to fetch a specific Custom Shipping Zone by passing the zone_id as a path parameter.
`shipping.read`- Shipping Read Only
Update Shipping Zone
PUT/shipping/zones/{zone_id}
This endpoint allows you to update a specific Custom Shipping Zone, by passing the zone_id as a path parameter.
:::tip[Note]
If you ship to all count...
Delete Shipping Zone
DELETE/shipping/zones/{zone_id}
This endpoint allows you to delete a specific Custom Shipping Zone, by passing the zone_id as a path parameter.
`shipping.read_write`- Shipping Read...