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 | 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. |