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.
  • trackingUrl: String
  • }