OBJECT
ShipmentCarrier
Shipment carriers available to assign to a shipment.
link GraphQL Schema definition
- type ShipmentCarrier implements Node {
- # The url for the homepage of the shipment carrier website
- String :
- ID! :
- # The name of the Shipment Carrier
- String! :
- # The base tracking url for the carrier, used in combination with a tracking
- # number. If this value is not provided, shipments sent via this carrier will not
- # be calculated within the Shipment Tracking link service level agreement.
- String :
- }