store_create_shipping_carrier
Create a shipping carrier in GoHighLevel by providing its name and a public callback URL for retrieving shipping rates, with optional services and multi-service selection.
Instructions
Create Shipping Carrier
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | 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 | Yes | The URL endpoint that GHL needs to retrieve shipping rates. This must be a public URL. | |
| allowsMultipleServiceSelection | No | The seller can choose multiple services while creating shipping rates if this is true. |