carrierServiceUpdate - admin-graphql - MUTATION
Version: 2024-10
Description:
Updates a carrier service. Only the app that creates a carrier service can update it.
Access Scopes
`write_shipping` access scope.
Arguments
-
input:
DeliveryCarrierServiceUpdateInput! -
The input fields used to update a carrier service.
Returns
-
carrierService:
DeliveryCarrierService
The updated carrier service.
-
userErrors:
CarrierServiceUpdateUserError!
The list of errors that occurred from executing the mutation.
Examples