store_create_shipping_rate
Create a shipping rate for a zone with price or weight conditions, setting the amount, currency, carrier, and handling fees.
Instructions
Create Shipping Rate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the shipping zone | |
| altId | No | Location Id or Agency Id Defaults to GHL_LOCATION_ID when omitted. | |
| amount | Yes | 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 | Yes | The currency of the amount of the rate / handling fee | |
| description | No | Delivery description | |
| maxCondition | Yes | Maximum condition for applying this price. set 0 or null if there is no maximum | |
| minCondition | Yes | Minimum condition for applying this price. set 0 or null if there is no minimum | |
| conditionType | Yes | Type of condition to provide the conditional pricing | |
| isCarrierRate | No | is this a carrier rate | |
| shippingZoneId | Yes | ID of the item that needs to be returned | |
| shippingCarrierId | Yes | Shipping carrier id | |
| percentageOfRateFee | No | Percentage of rate fee if it is a carrier rate. | |
| shippingCarrierServices | No | An array of items |