store_update_shipping_rate
Update an existing shipping rate in a GoHighLevel shipping zone by modifying its amount, conditions, or carrier settings.
Instructions
Update Shipping Rate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the shipping zone | |
| altId | No | Location Id or Agency Id Defaults to GHL_LOCATION_ID when omitted. | |
| amount | No | The amount of the shipping rate if it is normal rate (0 means free ). Fixed Handling fee if it is a carrier rate (it will add to the carrier rate). | |
| altType | No | Defaults to GHL_LOCATION_ID when omitted. | |
| currency | No | The currency of the amount of the rate / handling fee | |
| description | No | Delivery description | |
| maxCondition | No | Maximum condition for applying this price. set 0 or null if there is no maximum | |
| minCondition | No | Minimum condition for applying this price. set 0 or null if there is no minimum | |
| conditionType | No | Type of condition to provide the conditional pricing | |
| isCarrierRate | No | is this a carrier rate | |
| shippingRateId | Yes | ID of the shipping rate that needs to be returned | |
| shippingZoneId | Yes | ID of the shipping zone | |
| shippingCarrierId | No | Shipping carrier id | |
| percentageOfRateFee | No | Percentage of rate fee if it is a carrier rate. | |
| shippingCarrierServices | No | An array of items |