carrierService - admin-graphql - QUERY
Version: 2024-04
Description:
Returns a `DeliveryCarrierService` object by ID.
Access Scopes
Arguments
-
id:
ID! -
The ID of the DeliveryCarrierService to return.
Returns
-
availableServicesForCountries:
DeliveryAvailableService!
The list of services offered for given destinations.
-
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.
Examples