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
  • homepageUrl: String
  • id: ID!
  • # The name of the Shipment Carrier
  • name: 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.
  • trackingUrl: String
  • }