track_shipping
Trace and monitor parcel deliveries using company code and invoice number to access real-time shipping status updates for Korean shipments.
Instructions
Track Shipping with Company Code and Tracking Invoice
Input Schema
Name | Required | Description | Default |
---|---|---|---|
company_code | Yes | ||
tracking_invoice | Yes |
Input Schema (JSON Schema)
{
"properties": {
"company_code": {
"title": "Company Code",
"type": "string"
},
"tracking_invoice": {
"title": "Tracking Invoice",
"type": "string"
}
},
"required": [
"company_code",
"tracking_invoice"
],
"title": "track_shippingArguments",
"type": "object"
}