Changelog
v1.2.0 (Current)
Section titled “v1.2.0 (Current)”Released: March 2026
New Endpoints
Section titled “New Endpoints”GET /api/v1/bill-of-materials- List BOM recipes for all finished goods (JSON or Excel format)GET /api/v1/orders/{id}/consumption- Get raw material consumption per production orderPUT /api/v1/orders/{id}/consumption- Update actual consumption quantities for yield/waste tracking
New Features
Section titled “New Features”- Bill of Materials: Pull BOM recipes showing which raw materials compose each finished good and in what quantities. Supports JSON (paginated) and Excel export formats
- Production Consumption: Query raw material quantities planned and consumed per production order, with automatic variance calculation for yield/waste tracking
- Variance Tracking: Computed
quantity_variancefield on consumption data (positive = loss, negative = better yield)
v1.1.0
Section titled “v1.1.0”Released: March 2026
New Fields
Section titled “New Fields”- SKUs: Added
RE_ORDER_STATUS(re-order status),supplier_name,RECOMMENDED_UNITS_TO_ORDER, andlead_time_toas default response fields across all aggregation levels
New Features
Section titled “New Features”- SKUs: Added
PRODUCTaggregation level to retrieve inventory data aggregated by product
v1.0.0
Section titled “v1.0.0”Released: January 2025
Initial release of the Prediko Public API.
Endpoints
Section titled “Endpoints”GET /api/v1/orders- List ordersGET /api/v1/orders/{id}- Get order detailsPOST /api/v1/orders- Create or update ordersPATCH /api/v1/orders/status- Update order statusDELETE /api/v1/orders/{id}- Delete orderPOST /api/v1/skus- List SKUs (paginated)GET /api/v1/suppliers- List suppliersGET /api/v1/warehouses- List warehouses
Features
Section titled “Features”- Orders:
order_typesfilter includesFINISHED_GOOD,RAW_MATERIAL, andPRODUCTION_ORDERoptions - Orders:
aggregation_levelparameter supportsSKU(aggregated) andSKU_LOCATION(by warehouse) - SKUs:
aggregation_levelparameter supportsSKU(aggregated, default) andSKU_LOCATION(by warehouse) - Pagination: Only the SKUs endpoint is paginated (max 5000 results per page)