CarrierServices
Returns a list of activated carrier services and associated shop locations that support them.
Table-Specific Information
Select
The connector WHERE clause conditions are processed client-side within the connector.
For example, the following queries are processed client-side:
SELECT * FROM CarrierServices WHERE Id = 'VALUE'
Columns
| Name | Type | References | Description |
| Id | 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. |