🔑 J&J Fulfillment Track & Trace

This action is used to get the tracking information from J&J Global Fulfillment for a specified order or tracking number

ControlPort API Documentation: https://apidocs.controlport.co.uk/api#tag/Order/operation/order-list

  • GET Order List Endpoint

Inputs

NameTypeDescription
Reference NumberStringThis can be the Merchant Order Number or Tracking Number
Reference TypeStringOrder Number or Tracking Number
API KeyStringAPI Key

Outputs

NameTypeDescription
Found Tracking?BooleanWhether the tracking information was found
True / False
DG Shipping StatusStringTracking status:
Ready for Shipment,
Delivered,
In Transit,
Problem with Delivery,
Returning to Sender,
Ready for Pickup,
Label Created
Status DescriptionStringDescription of the status
Last Event DateStringThe date of the last tracking event.
Format:
YYYY-MM-DDThh:mm:ss
Shipped DateStringShipped Date
Raw DataObjectTracking Data
Tracking LinkStringTracking Link
Carrier NameStringCarrier Name

Statuses mapping

{
    "Label Created": [
        "pre_transit"
    ],
    "Ready for Shipment": [
    ],
    "Delivered": [
        "delivered"
    ],
    "In Transit": [
        "in_transit",
        "out_for_delivery"

    ],
    "Returning to Sender": [
        "return_to_sender"
    ],
    "Problem with Delivery": [
        "failure",
        "cancelled",
        "unknown"
    ],
    "Ready for Pickup": [
        "available_for_pickup"
    ]
}