ghl_store_update_shipping_rate
Update a shipping rate by providing its ID and zone ID, with options for conditional pricing, carrier rates, and handling fees.
Instructions
Update Shipping Rate The "update Shipping Rate" API allows update a shipping rate to the system. Endpoint: PUT /store/shipping-zone/{shippingZoneId}/shipping-rate/{shippingRateId} (Version header: none; source: v3/store-v3.json)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). | |
| shippingRateId | Yes | ID of the shipping rate that needs to be returned | |
| shippingZoneId | Yes | ID of the shipping zone |