Introduction
This guide walks you through how to install and configure the 3PL app in TRAEDE. The 3PL app allows you to set up your own 3PL (third-party logistics) integration using webhooks or polling. It covers initial installation, data mapping, webhook setup, and shipment settings.
Video guide
How to install and configure the 3PL app
Step 1: Install the 3PL app
-
Navigate to App Store from your TRAEDE home screen.
-
Scroll down and locate the 3PL app.
-
Click the app, then click Install.
-
You’ll be redirected to the Settings page for the app.
Step 2: Set up data mapping (optional)
You can skip this section if you don’t use composition, origin, or tariff code fields. If you do, fill in the relevant custom fields:
-
Composition field → e.g., Material
-
Country of origin field → e.g., Country of origin
-
HS Tariff code field → e.g., Tariff code
-
Order reference field → e.g., PO number (used if you store the customer’s own reference on orders)
Step 3: Configure shipment synchronization
You can configure how your system receives shipment data using either webhooks or polling.
Option A: Webhooks (recommended)
-
Toggle Push shipment to enable webhook sending.
-
Click Send webhook to URL.
-
Enter your webhook URL, e.g., https://brandapi.com/new-shipment.
-
(Optional) Add a webhook secret to validate requests.
Option B: Polling
If you prefer to fetch shipment data periodically:
-
Use the Polling method to call TRAEDE’s API at regular intervals.
-
Shipments created since the last API call will be retrieved.
Step 4: Configure production order sync
If you also want to sync production orders, repeat the webhook setup:
-
Enable Push production orders.
-
Enter a separate webhook URL, or reuse the same as for shipments.
-
Add a separate webhook secret if needed.
Step 5: Select warehouse location
-
Choose the warehouse location (e.g., In Stock) that this integration applies to.
-
Click Save.
You can always return to this page to update the webhook URLs or secrets.
Summary
You’ve now installed and configured the 3PL app for TRAEDE, allowing automated syncing of shipments and production orders via webhooks or API polling. Make sure to test your integration to ensure data flows correctly between systems.