CarrierServices
Returns a list of activated carrier services and associated shop locations that support them.
View-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
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally-unique ID. | |
| Name | String | The name of the shipping service provider. | |
| FormattedName | String | The properly formatted name of the shipping service provider, ready to display. | |
| IconAltText | String | A word or phrase to share the nature or contents of an image. | |
| IconHeight | Int | The original height of the image in pixels. Returns `null` if the image isn't hosted by Shopify. | |
| IconId | String | A unique ID for the image. | |
| IconWidth | Int | The original width of the image in pixels. Returns `null` if the image isn't hosted by Shopify. | |
| Active | Bool | Whether the carrier service is active. | |
| SupportsServiceDiscovery | Bool | Whether merchants are able to send dummy data to your service through the Shopify admin to see shipping rate examples. | |
| CallbackUrl | String | The URL endpoint that Shopify needs to retrieve shipping rates. |