CarrierServices
Details third-party or custom carrier services available to the shop, including integration identifiers and supported locations.
Table-Specific Information
Select
The connector processes all filters client-side within the connector. The following query is the only one processed server-side:
SELECT * FROM CarrierServices
Insert
The following columns can be used to create a new record:
Name, Active, SupportsServiceDiscovery, CallbackUrl
Update
The following columns can be updated:
Name, Active, SupportsServiceDiscovery, CallbackUrl
Delete
You can delete entries by specifying the following column:
Id
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
A unique identifier for the carrier service record. | |
| Name | String | False |
The name of the shipping carrier or service provider as registered in Shopify. | |
| FormattedName | String | True |
The display-ready version of the carrier service name, formatted for storefront or admin presentation. | |
| IconAltText | String | True |
Descriptive text explaining the purpose or content of the carrier's icon image, used for accessibility and SEO. | |
| IconHeight | Int | True |
The height of the carrier's icon image in pixels. Returns null if the image is not hosted by Shopify. | |
| IconId | String | True |
The unique identifier for the carrier's icon image asset. | |
| IconWidth | Int | True |
The width of the carrier's icon image in pixels. Returns null if the image is not hosted by Shopify. | |
| Active | Bool | False |
Indicates whether the carrier service is currently active and available for use in shipping calculations. | |
| SupportsServiceDiscovery | Bool | False |
Indicates whether merchants can test the carrier service with sample data in the Shopify admin to view example shipping rates. | |
| CallbackUrl | String | False |
The API endpoint URL that Shopify calls to retrieve live shipping rates from the carrier service. |