π Yamato Track & Trace
This action is used to get the tracking information from Yamato for a specified tracking number
This action usess browser automation on the following site: https://track.kuronekoyamato.co.jp/english/tracking
Inputs
| Name | Type | Description |
|---|---|---|
| Tracking Number | String | Tracking Number |
Outputs
Name | Type | Description |
|---|---|---|
Found Tracking? | Boolean | Whether the tracking information was found |
DG Shipping Status | String | Tracking status: |
Status Description | String | Description of the status |
Last Event Date | String | The date of the last tracking event. |
Raw Data | Object | Tracking Data |
Error Message | String | Can be "None", "Error" or "Access Invalid - Update TimeID" |
Statuses mapping
{
"Label Created": [],
"Ready for Shipment": [
"indication for shipment"
],
"Delivered": [
"delivered"
],
"In Transit": [
"received in overseas",
"customs clearance in progress",
"shipped out",
"import customs cleared",
"departed from overseas",
"shipped out",
"shipment accepted",
"request accepted (alternate delivery schedule arranged)",
"in transit"
],
"Returning to Sender": [],
"Problem with Delivery": [],
"Ready for Pickup": []
}Updated 4 days ago
