Skip to main content

TrackingInfoDetailInput

type TrackingInfoDetailInput {
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

If the customer is to be informed after the cargo is delivered, this field can be sent as true.

trackingLinkString

It is the tracking link of the order package.

trackingNumberString

It is the tracking number of the order package.