Skip to main content

Update Fulfillment Routing

PUT 

/api/shipstation/integration-instances/:integration_instance/fulfillment-routing

Saves per-warehouse fulfillment routing for a ShipStation integration instance — which SKU warehouses participate in ShipStation fulfillment and which of those are pushed automatically (no manual review). Stored under integration_settings.fulfillment.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Body fields (both must be present, arrays of warehouse ids):

  • enabledWarehousesIds (array<int>, required/present): warehouses that participate in ShipStation fulfillment
  • automatedWarehousesIds (array<int>, required/present): subset of enabled warehouses whose fulfillments are pushed automatically. Ids not also present in enabledWarehousesIds are silently dropped. Returns 422 if any warehouse is already automated by another integration instance.

Response: the saved fulfillment object plus a confirmation message.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type