--- title: availableCarrierServices - GraphQL Admin description: >- Returns a list of activated carrier services and associated shop locations that support them. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/queries/availableCarrierServices md: >- https://shopify.dev/docs/api/admin-graphql/unstable/queries/availableCarrierServices.md --- # available​Carrier​Services query Returns a list of activated carrier services and associated shop locations that support them. ## Arguments * destination​Country​Codes [\[Country​Code!\]](https://shopify.dev/docs/api/admin-graphql/unstable/enums/CountryCode) An array of destination country codes. *** ## Possible returns * Delivery​Carrier​Service​And​Locations [\[Delivery​Carrier​Service​And​Locations!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryCarrierServiceAndLocations) Links a [`DeliveryCarrierService`](https://shopify.dev/docs/api/admin-graphql/latest/objects/DeliveryCarrierService) with the associated shop [locations](https://shopify.dev/docs/api/admin-graphql/latest/objects/Location) where it can calculate shipping rates. Each pairing indicates the locations that can use a specific carrier service for real-time rate calculations during checkout. The carrier service provides the shipping rate calculation logic, while the locations represent physical or virtual fulfillment points that can ship orders using that service. *** ## Examples * ### availableCarrierServices reference ## Query Reference ```graphql { availableCarrierServices { # availableCarrierServices fields } } ```