TrackingInfo
type TrackingInfo {
barcode: String
cargoCompany: String
cargoCompanyId: String
isSendNotification: Boolean
trackingLink: String
trackingNumber: String
}
Fields
barcode
StringIt is the barcode of the order package.
cargoCompany
StringIt is the name of the cargo company.
cargoCompanyId
StringIt is the key of the cargo company which can be retrieved via listCargoCompany query.
isSendNotification
BooleanIndicates whether the notification is sent to the customer after the cargo is delivered. isSendNotification returns true if the notification is sent.
trackingLink
StringIt is the tracking link of the order package.
trackingNumber
StringIt is the tracking number of the order package.