List inventory categories
Returns all inventory categories for the current organization, ordered by sort order and name. Optionally includes inactive categories.
Returns all inventory categories for the current organization, ordered by sort order and name. Optionally includes inactive categories.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
Set to 'true' to include inactive categories
Response Body
application/json
curl -X GET "https://example.com/inventory/categories"{ "data": [ { "id": "string", "organizationId": "string", "parentId": "string", "name": "string", "description": "string", "icon": "string", "sortOrder": 0, "isActive": true, "createdAt": "string", "updatedAt": "string" } ]}List adjustment reasons GET
Returns all stock adjustment reasons for the current organization, ordered by sort order and label. Optionally includes inactive reasons.
List inventory items GET
Returns a paginated list of inventory items for the current organization. Supports filtering by category, supplier, low stock, expiring soon, and search by name or SKU.