Skip to main content

TrackingInfo

type TrackingInfo {
barcode: String
cargoCompany: String
cargoCompanyId: String
isSendNotification: Boolean
trackingLink: String
trackingNumber: String
}

Fields

barcodeString

It is the barcode of the order package.

cargoCompanyString

It is the name of the cargo company.

cargoCompanyIdString

It is the key of the cargo company which can be retrieved via listCargoCompany query.

isSendNotificationBoolean

Indicates whether the notification is sent to the customer after the cargo is delivered. isSendNotification returns true if the notification is sent.

trackingLinkString

It is the tracking link of the order package.

trackingNumberString

It is the tracking number of the order package.