# DeliveryCarrierServiceUpdateInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields used to update a carrier service. ### Access Scopes ## Fields * [active](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean - Whether this carrier service is active. If `true`, then the service will be available to serve rates in checkout. * [callbackUrl](/docs/api/admin-graphql/2024-10/scalars/URL): URL - The URL endpoint that Shopify needs to retrieve shipping rates. This must be a public URL. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The global ID of the carrier service to update. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String - The name of the shipping service as seen by merchants and their customers. * [supportsServiceDiscovery](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean - Whether merchants are able to send dummy data to your service through the Shopify admin to see shipping rate examples. ## Input objects with this input object * [carrierServiceUpdate](/docs/api/admin-graphql/2024-10/mutations/carrierServiceUpdate) ## Examples