ghl_store_get_shipping_zone
Retrieve a specific shipping zone by its ID, with an option to include shipping rates.
Instructions
Get Shipping Zone The "List Shipping Zone" API allows to retrieve a paginated list of shipping zone. Endpoint: GET /store/shipping-zone/{shippingZoneId} (Version header: none; source: v3/store-v3.json)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| altId | Yes | Location Id or Agency Id | |
| altType | Yes | ||
| shippingZoneId | Yes | ID of the item that needs to be returned | |
| withShippingRate | No | Include shipping rates array |