ghl_store_list_shipping_zones
Retrieve a paginated list of shipping zones for a location or agency, with an option to include shipping rates.
Instructions
List Shipping Zones The "List Shipping Zone" API allows to retrieve a list of shipping zone. Endpoint: GET /store/shipping-zone (Version header: none; source: v3/store-v3.json) Pagination params: limit, offset — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| altId | Yes | Location Id or Agency Id | |
| limit | No | The maximum number of items to be included in a single page of results | |
| offset | No | The starting index of the page, indicating the position from which the results should be retrieved. | |
| altType | Yes | ||
| withShippingRate | No | Include shipping rates array |