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 Status output.

Inputs

NameTypeDescription
Metapack UsernameStringMetapack account username
Metapack PasswordString (sensitive)Metapack account password
Order ReferenceStringOrder reference to look up tracking for

Outputs

NameTypeDescription
Consignment Tracking InfoList
StatusStringWhether the action has succeeded or not Possible values: success, failure.

Notes

  • Status is success when tracking is found and failure otherwise.
  • A single order reference can return tracking for more than one consignment, listed in Consignment Tracking Info.