Metapack Find Tracking
Finds parcel tracking information in Metapack using an order reference. Use it in order tracking flows for stores that manage carrier shipments through Metapack.
What it does
- Authenticates with Metapack using the provided credentials.
- Looks up the consignment(s) linked to the given order reference.
- Returns the tracking information for those consignments.
- Reports the outcome through the
Statusoutput.
Inputs
| Name | Type | Description |
|---|---|---|
| Metapack Username | String | Metapack account username |
| Metapack Password | String (sensitive) | Metapack account password |
| Order Reference | String | Order reference to look up tracking for |
Outputs
| Name | Type | Description |
|---|---|---|
| Consignment Tracking Info | List | |
| Status | String | Whether the action has succeeded or not Possible values: success, failure. |
Notes
Statusissuccesswhen tracking is found andfailureotherwise.- A single order reference can return tracking for more than one consignment, listed in
Consignment Tracking Info.