carrierServices
Fetches all carrier services. Arguments:
carrier_id
: ID of the carrier (required). Returns a list of carrier services ordered by name. Possible errors:NotFoundError
: If the carrier is not found.
carrierServices(
carrierId: ID!
): [CarrierService!]!
Arguments
carrierServices.carrierId
● ID!
non-null scalar
Filter by carrier ID
Type
CarrierService
object
This type represents a carrier service. A carrier service is a service offered by a carrier to ship orders.