get_shipping_zone
Retrieve a shipping zone's details by its ID. Use list_shipping_zones to find zone IDs before querying.
Instructions
Get a shipping zone by ID. Use list_shipping_zones to find zone IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Shipping zone ID | |
| fields | No | Comma-separated fields to return (default: id,name,order) |