Skip to main content
GET
/
inventory
/
fifo-layers
List FIFO cost layers for a product
curl --request GET \
  --url https://api.arcuserp.com/v1/inventory/fifo-layers \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "location_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "variant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "received_qty": 123,
      "remaining_qty": 123,
      "unit_cost": 123,
      "total_cost": 123,
      "po_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "receiving_transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "received_at": "2023-11-07T05:31:56Z",
      "depleted_at": "2023-11-07T05:31:56Z",
      "product_title": "<string>",
      "location_name": "<string>"
    }
  ],
  "total": 123,
  "page": 123,
  "per_page": 123,
  "total_pages": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.arcuserp.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key issued per entity via Settings > Developers > API Keys. Each key carries scopes (e.g. orders:read, products:write). Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.

Query Parameters

product_id
string<uuid>
required
location_id
string<uuid>
page
integer
default:1
Required range: x >= 1
per_page
integer
default:25
Required range: 1 <= x <= 100

Response

List of FIFO cost layers

object
enum<string>
Available options:
list
data
object[]
total
integer
page
integer
per_page
integer
total_pages
integer