Skip to content

Changelog

Released: January 2025

Initial release of the Prediko Public API.

  • GET /api/v1/orders - List orders
  • GET /api/v1/orders/{id} - Get order details
  • POST /api/v1/orders - Create or update orders
  • PATCH /api/v1/orders/status - Update order status
  • DELETE /api/v1/orders/{id} - Delete order
  • POST /api/v1/skus - List SKUs (paginated)
  • GET /api/v1/suppliers - List suppliers
  • GET /api/v1/warehouses - List warehouses
  • Orders: order_types filter includes FINISHED_GOOD, RAW_MATERIAL, and PRODUCTION_ORDER options
  • Orders: aggregation_level parameter supports SKU (aggregated) and SKU_LOCATION (by warehouse)
  • SKUs: aggregation_level parameter supports SKU (aggregated, default) and SKU_LOCATION (by warehouse)
  • Pagination: Only the SKUs endpoint is paginated (max 5000 results per page)