# SH11 - List all active shipping zones

Description

Results are sorted by index, set in the back-office


Call Frequency

Recommended usage: Once per day
Maximum usage: Once per day
Localization

This resource supports locale parameter (see documentation)Localized output fields will be highlighted with an icon:

Endpoint: GET /api/shipping/zones

## Response 200 fields (application/json):

  - `shipping_zones` (array, required)
    List of shipping zones

  - `shipping_zones.code` (string, required)
    Shipping zone code

  - `shipping_zones.description` (string, required)
    Shipping zone description

  - `shipping_zones.label` (string, required)
    Shipping zone label


