DeliveryCarrierService object
Information about a carrier or service provider.
On this page
Fields
- availableServicesForCountries (
[[DeliveryAvailableService!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryavailableservice)
)
Services offered for given destinations.
- formattedName (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The properly formatted name of the service provider, ready to display. - icon (
[Image!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/image)
)
The logo of the service provider. - id (
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
Globally unique identifier. - name (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The name of the service provider.
Types that return DeliveryCarrierService
[DeliveryCarrierServiceAndLocations.carrierService](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverycarrierserviceandlocations#carrierservice-2021-01)
[DeliveryParticipant.carrierService](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryparticipant#carrierservice-2021-01)
[QueryRoot.carrierService](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#carrierservice-2021-01)
[SubscriptionDeliveryMethodShippingOption.carrierService](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptiondeliverymethodshippingoption#carrierservice-2021-01)
[SubscriptionShippingOption.carrierService](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionshippingoption#carrierservice-2021-01)
Implements
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)