Get Warehouse Routing
GET/api/starshipit/integration-instances/:integration_instance/warehouse-routing
Returns the data used to configure which warehouses route fulfillments through this StarShipIt instance:
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
warehouses— every warehouse eligible for routing (supplier-owned warehouses are excluded), withid,name, andsupplier_name.fulfillment.enabledWarehousesIds— warehouses currently enabled for this instance (fulfillments from these warehouses may be submitted to StarShipIt).fulfillment.automatedWarehousesIds— warehouses whose fulfillments are submitted automatically without user action.automated_warehouses— a map keyed by warehouse ID of warehouses already automated by a different shipping provider instance (integration_instance_id,integration_name). A warehouse can only be automated by one shipping provider at a time, so these warehouses cannot be automated here until released by the other provider.
To change the selection, write integration_settings.fulfillment via the update endpoint.
Authentication: Requires Bearer token.
Request
Responses
- 200
- 401
- 403
- 404
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Not found — no record with the given identifier (or the route does not exist). Verify the ID before retrying.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.