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