store_update_shipping_carrier
Update an existing shipping carrier's name, services, callback URL, and multi-service selection in GoHighLevel to correct or adjust shipping rate configurations.
Instructions
Update Shipping Carrier
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the shipping carrier | |
| altId | No | Location Id or Agency Id Defaults to GHL_LOCATION_ID when omitted. | |
| altType | No | Defaults to GHL_LOCATION_ID when omitted. | |
| services | No | An array of available shipping carrier services | |
| callbackUrl | No | The URL endpoint that GHL needs to retrieve shipping rates. This must be a public URL. | |
| shippingCarrierId | Yes | ID of the shipping carrier that needs to be returned | |
| allowsMultipleServiceSelection | No | The seller can choose multiple services while creating shipping rates if this is true. |