--- title: DeliveryCarrierServiceAndLocations - GraphQL Admin description: A carrier service and the associated list of shop locations. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/deliverycarrierserviceandlocations md: https://shopify.dev/docs/api/admin-graphql/latest/objects/deliverycarrierserviceandlocations.md --- # Delivery​Carrier​Service​And​Locations object Requires Any of `orders` or `shipping` access scopes or `manage_delivery_settings` user permission. A carrier service and the associated list of shop locations. ## Fields * carrier​Service [Delivery​Carrier​Service!](https://shopify.dev/docs/api/admin-graphql/latest/objects/DeliveryCarrierService) non-null The carrier service. * locations [\[Location!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/Location) non-null The list of locations that support this carrier service. *** ## Map No referencing types *** ## Queries * [available​Carrier​Services](https://shopify.dev/docs/api/admin-graphql/latest/queries/availableCarrierServices) query Returns a list of activated carrier services and associated shop locations that support them. *** ## \DeliveryCarrierServiceAndLocations Queries ### Queried by * \[available​Carrier​Services](https://shopify.dev/docs/api/admin-graphql/latest/queries/availableCarrierServices)