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