carrierServiceCreate - admin-graphql - MUTATION
Version: 2024-10
Description:
Creates a new carrier service.
Access Scopes
`write_shipping` access scope.
Arguments
-
input:
DeliveryCarrierServiceCreateInput! -
The input fields used to create a carrier service.
Returns
-
carrierService:
DeliveryCarrierService
The created carrier service.
-
userErrors:
CarrierServiceCreateUserError!
The list of errors that occurred from executing the mutation.
Examples