Skip to main content

List Vendor Return Allocations

GET 

/api/vendor-returns/:vendorReturn/allocations

List the inventory allocations linked to this vendor return's lines - its Planned stock reservations plus any successor allocations they were promoted or demoted into. Paginated (10 per page by default). Each allocation carries its product, warehouse, quantity, status, hard-allocated flag, priority, and a link_route back to the source document.

Authentication: Requires Bearer token.

Query parameters:

  • page (integer, optional) - page number.
  • per_page (integer, optional) - items per page (default 10).

Request

Responses

OK

Response Headers
    Content-Type