carrierService - admin-graphql - QUERY
Version: 2024-10
Description:
Returns a `DeliveryCarrierService` object by ID.
Access Scopes
Arguments
id :
ID! -
The ID of the DeliveryCarrierService to return.
Returns
active :
Boolean!
Whether the carrier service is active.
availableServicesForCountries :
DeliveryAvailableService!
The list of services offered for given destinations.
callbackUrl :
URL
The URL endpoint that Shopify needs to retrieve shipping rates.
formattedName :
String
The properly formatted name of the shipping service provider, ready to display.
icon :
Image!
The logo of the service provider.
id :
ID!
A globally-unique ID.
name :
String
The name of the shipping service provider.
supportsServiceDiscovery :
Boolean!
Whether merchants are able to send dummy data to your service through the Shopify admin to see shipping rate examples.
Examples