GET
/
api
/
inventory-adjustments
[
  {
    "id": 1,
    "date": "2024-03-20",
    "type": "increment",
    "formattedType": "inventory_adjustment.increment",
    "adjustmentAccountId": 100,
    "reason": "Stock count discrepancy",
    "referenceNo": "IA-2024-001",
    "description": "Year-end inventory reconciliation",
    "userId": 1,
    "publishedAt": "2024-03-20T10:00:00Z",
    "branchId": 1,
    "warehouseId": 1,
    "createdAt": "2024-03-20T09:00:00Z",
    "entries": [
      [
        "<any>"
      ]
    ]
  }
]

Headers

Authorization
string
required

Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.

Example:

"Bearer bc_1234567890abcdef"

organization-id
string
required

Required if Authorization is a JWT token. The organization ID to operate within.

Response

200 - application/json

The inventory adjustments have been successfully retrieved.

The response is of type object[].