Skip to main content

Get FIFO Layers

GET 

/api/v2/warehouse-transfers/:warehouseTransfer/fifo-layers

Returns the FIFO inventory layers for this warehouse transfer (paginated).

Required scope: warehouses:read

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

Two layer types depending on the transfer's destination:

  • Standard transfers (destination is a regular warehouse) return regular FifoLayer rows produced when the transfer was received. The origin object carries the polymorphic receipt-line link.
  • Amazon inbound transfers (destination is an Amazon FBA/AWD warehouse — i.e. FBA inbound, AWD inbound, or AWD→FBA replenishment) don't produce regular FifoLayer rows; inventory enters Amazon and is tracked by AmazonFifoLayer. For these, the corresponding Amazon FIFO layers are returned in the same shape, each flagged with is_amazon: true, exposing source_label / source_reference (the Amazon source: ledger / discrepancy / initial inventory) in place of a receipt origin, plus a detail_route to the Amazon FIFO layer detail page. The Amazon layers are linked indirectly via the transfer's Amazon inbound shipment(s) (AmazonNewFbaInboundShipment.sku_link).

Query Parameters:

  • per_page — Items per page (default: 15)
  • filter[search] — Search by product SKU or name

Request

Responses

OK

Response Headers
    Content-Type