Quickstart
Make your first booking in six steps. You need an API key (Authentication).
1. Authenticate
2. Retrieve available lanes
Lanes carry no prices. Currently only China → Nigeria is supported. Pass code as lane_code.
3. Retrieve supported commodities
4. Get a rate
Save the quote id and rate.id from the response. Rates expire after one hour.
5. Create a booking
recipient is required when customer_as_recipient is omitted or false. Set customer_as_recipient: true with sender.customer_id only when that same customer is receiving the shipment. In that case, omit recipient because the backend loads the customer’s saved name, phone, email, and address and stores them in the booking’s recipient snapshot. The response still includes recipient. A complete customer profile in your account and API mode is required; no recipient details are guessed. Do not send non-empty recipient details together with the flag; this returns 422 INVALID_PARTY to avoid conflicting instructions.
The response is a booked quote with parcel_id: null — no parcel exists yet.
6. Track the parcel
After SEND receives the cargo, a parcel is created and linked to the quote
(parcel_id, received_at). Track it:
Warehouse receipt is a SEND operation, not a public endpoint. For notifications, set up Webhooks.