Changelog
v1.0.0 (Current)
Section titled “v1.0.0 (Current)”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)