Skip to main content
GET /v2/service-provider-routing/recommend is the InventoryOS counterpart to lender routing — it returns the ordered list of ACTIVE WMS/3PL providers a merchant should route an inventory ingestion / fulfillment task to.
This endpoint is public and read-only. Routes nothing — the actual ingestion path stays gated on ServiceProviderRegistry.isActive + the HMAC webhook guard.

Query parameters

Ranking

  1. successfulIngestionCount desc — proven track record first
  2. Ties broken by most-recent successful ingestion (lastSuccessfulIngestionAt)

Example