CarrierServices
Contains information about carrier-provided shipping services, including service names and integration identifiers.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | Long | False |
A unique numeric identifier for the carrier service. | |
| Active | Bool | False |
Indicates whether the carrier service is active. When true, the service is available to provide shipping rates during checkout. | |
| Name | String | False |
The name of the shipping service as displayed to merchants and their customers. | |
| CallbackUrl | String | False |
The public URL endpoint that Shopify calls to retrieve shipping rates for this carrier service. | |
| Type | String | False |
Specifies whether the carrier service is API-based or legacy. | |
| Format | String | False |
The format of the data returned by the carrier service endpoint. The only supported value is 'json'. | |
| ServiceDiscovery | String | False |
Indicates whether merchants can send test data to the carrier service from the Shopify admin to view example shipping rates. | |
| AdminGraphqlApiId | String | False |
The GraphQL global ID (GID) for this carrier service resource. |