Skip to main content

Get Move Targets

GET 

/api/v2/inventory-allocations/:allocation/move-targets

Lists the candidate destination sales order lines that on-hand (allocated) stock from this allocation can be moved to.

Required scope: orders:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Returns the backordered lines (status planned / awaiting_receipt) waiting on the same product and warehouse pool as the source allocation, excluding the source's own line. Each entry includes how much of that line is still backordered, so the caller can cap the move quantity.

Returns an empty list when the allocation is not allocated, is not linked to a sales order line, or there are no other backordered lines in the pool.

Request

Responses

OK

Response Headers
    Content-Type