Cargoson

Cargoson is a freight and logistics management platform that helps businesses streamline shipping, compare carrier rates, track shipments, and manage transportation workflows.

Supported Features

Feature nameSupported
Column HashingFalse
BlockingFalse
IncrementalTrue
Custom dataFalse
HistoryFalse
ReSyncTrueTable level
TemplatesFalse

Data Schema


Syncing Bookings

Unlike Cargoson's other objects, Bookings can't be synced from a fixed endpoint — the Cargoson API requires the unique booking references of the bookings you want to fetch. Because of this, syncing Bookings requires an extra setup step:

  1. In your destination, prepare a table or model containing the unique booking references you want Weld to sync. This is typically a table you already sync or transform from another source, such as an order or shipment system that stores your Cargoson booking references.
  2. In the Cargoson connector setup, attach this table/model as a source under the Bookings table configuration.
  3. Weld will use the booking references from the attached table/model to call the Cargoson API and sync the corresponding booking data.

Was this page helpful?