Updated Remote orders GET: start / end now filter by the modification date (date_modified) and results are sorted by it descending — the endpoint now returns both new and recently changed orders within the range
2026-06-12
Added new handler Suppliers (/bapi/suppliers) — get and add suppliers (GET, POST)
2026-05-01
Updated Clients GET: response now includes client_tag_id and client_tag_name fields
Added new Clients DELETE method for bulk client removal (up to 3000 records)
Added new handler Client Tags (/bapi/clients/tags) — manage client tags (GET, POST, PUT, DELETE)
2026-03-31
Updated Product Stock documentation: added price field, marketplace_id alias for warehouse, requirement that at least one of quantity or price must be provided
Added new possible errors to Product Stock: marketplace_id {} is no access, price not valid, quantity or price should be provided
Added Wrong structure error response to Product Stock section