ghl_store_list_shipping_rates
List shipping rates for a shipping zone by providing the zone ID and location ID. Supports pagination with limit and offset parameters.
Instructions
List Shipping Rates The "List Shipping Rate" API allows to retrieve a list of shipping rate. Endpoint: GET /store/shipping-zone/{shippingZoneId}/shipping-rate (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 | ||
| shippingZoneId | Yes | ID of the item that needs to be returned |