--- title: Introduction of new Carrier Service APIs - Shopify developer changelog description: >- Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: 'https://shopify.dev/changelog/introduction-of-new-carrier-service-apis' md: 'https://shopify.dev/changelog/introduction-of-new-carrier-service-apis.md' metadata: effectiveApiVersion: 2024-07 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2024-03-25T07:05:51-04:00' postedAt: '2024-07-01T00:00:00-04:00' updatedAt: '2024-05-07T04:29:19-04:00' effectiveAt: '2024-07-01T00:00:00-04:00' --- July 1, 2024 Tags: * Admin GraphQL API * 2024-07 # Introduction of new Carrier Service APIs As of version `2024-07` of the Admin GraphQL API we are introducing the following changes: * We’ve added `active`, `supportsServiceDiscovery`, and `callbackUrl` fields to the `DeliveryCarrierService` object. * We’ve added `carrierServices` to the query root to list and filter the carriers services of the shop. * We’ve added [carrierServiceCreate](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/carrierServiceCreate) to create a new `DeliveryCarrierService`. * We’ve added [carrierServiceUpdate](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/carrierServiceUpdate) to update the properties of a `DeliveryCarrierService`. * We’ve added [carrierServiceDelete](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/carrierServiceDelete) to delete a `DeliveryCarrierService`.