Error
Inventory
List stock items
Returns one page of the stock read model (on-hand / reserved / reorder point, valued in cents), optionally filtered by derived status (in-stock/low-stock/out-of-stock) or category and sorted. Use page/pageSize (max 100) to walk the result; total/pageCount tell you when to stop.
GET
Error
Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Query Parameters
Required range:
0 < x <= 9007199254740991Required range:
0 < x <= 100Available options:
in-stock, low-stock, out-of-stock Minimum string length:
1Available options:
name, onHand, available Available options:
asc, desc Response
A page of stock items with the pagination totals.
A page of stock items with the pagination totals.
Required range:
-9007199254740991 <= x <= 9007199254740991Required range:
-9007199254740991 <= x <= 9007199254740991Required range:
-9007199254740991 <= x <= 9007199254740991Required range:
-9007199254740991 <= x <= 9007199254740991
