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