TrackingInfoDetailInput
type TrackingInfoDetailInput {
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
BooleanIf the customer is to be informed after the cargo is delivered, this field can be sent as true
.
trackingLink
StringIt is the tracking link of the order package.
trackingNumber
StringIt is the tracking number of the order package.