Onboarding
Learn how to send us your tracking data via one of our flexible integration options and set up your communications.
Sending Data to parcelLab
Data Integration{
"courier": "ups",
"tracking_number": "1Z00PL161200000001",
"orderNo": "ORD-123",
"recipient": "parcelLab Gmbh, Julian Krenge",
"recipient_notification": "Julian",
"street": "Kapellenweg 6",
"zip_code": "81371",
"city": "München",
"destination_country_iso3": "DEU",
"email": "[email protected]"
}{
"account": 1234567,
"order_number": "PCL-1235",
"reference": "REF-1234",
"client_key": "1234",
"destination_country_iso3": "DEU",
"recipient_name": "Max Mustermann",
"shipping_address": {
"first_name": "Max",
"last_name": "Mustermann",
"city": "Berlin",
"country_iso3": "DEU",
"region_code": "BY",
"postal_code": "12345",
"address_line": "Kapellenweg 2"
},
"delivery_method": "Standard",
"recipient_email": "[email protected]",
"articles_order": [
{
"line_item_id": "57",
"quantity": 1,
"article_name": "Trendy White Cotton Sneakers"
"color": "White",
"size": "9",
"sku": "AP-SH-TWC-2315"
}
],
"mutations": [
{
"type": "add_tracking",
"tracking": {
"tracking_number": "PCLX-123123",
"courier": "pclx",
"articles": [
{
"line_item_id": "57",
"quantity": 1,
"article_name": "Trendy White Cotton Sneakers",
"color": "White",
"size": "9",
"sku": "AP-SH-TWC-2315"
}
]
}
}
]
}Setting Up Communications
Last updated
Was this helpful?