Skip to main content

List Pull-Stock Donors

GET 

/api/v2/inventory-allocations/pull-stock-donors

Lists the sales order lines a backordered line can pull on-hand stock from. Returns other sales orders holding soft allocations (allocated, not yet committed to a printed shipping label) of the same product in the same warehouse pool, excluding the backordered line's own sales order.

Each donor entry reports movable_quantity (soft on-hand that can be pulled) and priority (lower number = higher priority), ordered least-urgent first so the safest donors appear at the top.

Query:

  • destination_sales_order_line_id (required, integer) — the backordered sales order line that would receive the stock.

Returns an empty list when no other order in the pool holds soft-allocated stock.

Request

Responses

OK

Response Headers
    Content-Type