Skip to main content

Get Shipping Routing

GET 

/api/odoo-3pl/:integration_instance/shipping-methods/routing

Shipping routing decides which Odoo 3PL carrier a fulfillment order dispatches with. Four layers resolve in order, first match wins:

  1. Method override — an explicit choice pinned to one shipping method.
  2. Carrier family — the default for a whole shipping-carrier family, so a catalog of 40+ methods is routable in a handful of decisions.
  3. Text rules — ordered rules matched against the free-text shipping method an order carries when it has no structured shipping method. This is the only layer configurable for text that has never been seen.
  4. Fallback — the instance-wide catch-all.

Every response returns the WHOLE refreshed configuration, because the layers interact: a family default changes what its un-overridden methods send, and a new rule can claim text the fallback used to catch. Each row reports resolved_by — the layer that decided it.

Authentication: requires a Bearer token.

Returns the carrier families with their members, the ordered text rules, the fallback, the synced catalog, and the free text actually observed on recent shipments (each resolved through the live chain so you can see which layer handled it).

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Request

Responses

OK

Response Headers
    Content-Type