FIFO Layers
List FIFO Layers
Returns a paginated list of FIFO inventory layers. Supports GroupedFilterSupport filter trees and sorting.
Search FIFO Layers
Returns the same paginated list of FIFO cost layers as the GET version of this endpoint, but accepts filters as a JSON request body instead of the query string. Use this POST variant when the filter set is too large or too complex to fit in a URL.
Show FIFO Layer
Returns a single FIFO layer with product, warehouse, source-document link, and origin-movement relations loaded.
FIFO Layer Allocations
Returns sales order line allocations for this FIFO layer — which sales orders have reserved quantity from this layer.
FIFO Layer Inventory Movements
Paginated usage movements for a FIFO layer (standard paginated response: `data[]` plus `current_page`, `last_page`, `per_page`, `total`, ...).
Archive FIFO Layer
Archives a single FIFO layer. Only fully utilized layers (available_quantity = 0) can be archived.
Unarchive FIFO Layer
Unarchives a previously archived FIFO layer.
Bulk Archive FIFO Layers
Archives multiple FIFO layers. Only fully utilized layers (available_quantity = 0) can be archived. Use apply_to_all with filters to archive all matching layers.
Bulk Unarchive FIFO Layers
Unarchives multiple FIFO layers.