# DeliveryCarrierServiceCreateInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields required to create 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. * [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 * [carrierServiceCreate](/docs/api/admin-graphql/2024-10/mutations/carrierServiceCreate) ## Examples