Documentation layout

  • Date: 2026-09-22
  • Change type: Changed
  • Affected operations: Documentation site only
  • Description: The previous docs site used larger headings and body text, tighter paragraph spacing, and one long examples page for the cURL samples. The new layout uses smaller type, more space between paragraphs, and splits guides across Home, Docs, API Reference, and Changelog. Field lists stay in the API Reference.
  • Integration impact: None. API requests are unchanged. /docs/examples redirects to the new examples page.
  • Migration: None.
  • Links: API Overview, Examples

Parcel assignments, cancellation, and destination lock

  • Date: 2026-09-04
  • Change type: Changed
  • Affected operations: parcel assignment, pending-quote cancellation, parcel destination handling
  • Description: Parcel assignment became polymorphic; pending quotes gained cancellation with validation for ineligible transitions; parcel destinations lock once set.
  • Integration impact: Cancellation attempts on ineligible quotes now fail with explicit errors instead of succeeding silently.
  • Migration: Handle cancellation error responses; no data migration needed.
  • Links: Operating Process

Separated China air and ocean import pricing

  • Date: 2026-08-17
  • Change type: Changed
  • Affected operations: POST /v1/parcel_quotes (China lane totals)
  • Description: China import lanes now price air (per kg) and ocean (per container / per CBM) from independent rate cards instead of a shared basis.
  • Integration impact: Pending-quote totals on the China lane can differ from earlier estimates. Booked quotes keep their frozen prices.
  • Migration: Re-fetch pending quotes before booking to pick up separated rates.
  • Links: Rate Validity and Pricing

Operating Process guide

  • Date: 2026-08-04
  • Change type: Added (documentation only)
  • Affected operations: None — docs change.
  • Description: Published the Operating Process guide covering the parcel service model, routes, pricing, and exception handling.
  • Integration impact: None. No API behavior affected.
  • Migration: None required.
  • Links: Operating Process

V1 parcel customers API

  • Date: 2026-07-16
  • Change type: Added
  • Affected operations: GET, POST /v1/parcel-customers, GET /v1/parcel-customers/{id}
  • Description: Manage reusable sender profiles (name, contact, origin address, unique ID) and reference them from bookings with customer_id.
  • Integration impact: Additive only. Existing quote and booking calls are unchanged.
  • Migration: None required.
  • Links: Customers and Addresses, API Reference