The Shipping Zone entity at YouCan.
| Attribute Name | Type | Description |
|---|---|---|
| id | string | Identifier (UUID) |
| name | string | Internal name of the shipping zone |
| display_name | string | Display name shown to customers |
| countries | array | List of country codes covered by this zone |
| is_free | bool | Whether this zone offers free shipping |
| is_active | bool | Whether this zone is active |
| rate_type | string | Rate calculation method — "price" or "weight" |
| rates | array | Shipping rates for this zone (default include) |
Shipping Rate
| Attribute Name | Type | Description |
|---|---|---|
| id | string | Identifier (UUID) |
| min | float | Minimum order value or weight for this rate |
| max | float | Maximum order value or weight for this rate |
| price | float | Shipping price for this rate |