Warehouse
These Warehouse APIs are read-only (GET): warehouses, stock reports, goods receipt/issue/transfer/stocktake slips, and inventory cards. Authenticate with API Key (X-API-KEY).
Query parameters fields, filtering, sort, limit, and offset follow Needed info.
Prefix: /api/v6/
Product stock APIs: Product inventory.
v6.1 (detail by warehouse_code, slips by query ..._code): Warehouse v6.1.
HTTP status & common errors
- Shared codes: Errors.
- 401 — missing or invalid
X-API-KEY. - 400 — invalid query parameters or
fieldsnot allowed on the public API. - 404 — warehouse or slip id not found in the URL path.
📄️ List warehouses
Returns the list of active warehouses.
📄️ Warehouse detail
Returns one warehouse by id in the path.
📄️ Inventory reports
Aggregated stock report (as-of date)
📄️ Goods receipt slips (in)
List goods receipt slips
📄️ Goods issue slips (out)
List goods issue slips
📄️ Stock transfer slips
List transfer slips
📄️ Stocktake slips
List stocktake slips
📄️ Inventory cards
Endpoint