API Changelog

Stay up-to-date with the latest changes and improvements to the Eshop-rychle API

  1. New

    Cleanup orders for custom codes

    Added cleanup order endpoints that link a custom code to an API package. When the package is deactivated, any custom codes with an active cleanup order are automatically removed from the e-shop. Without a cleanup order, custom codes created via API remain on the e-shop after deactivation — partners are expected to register a cleanup order for every custom code they distribute.

  2. New

    Shop owner change webhook notifications

    Added shopOwnerChange webhook. When the shop owner changes, all active API users receive a webhook notification with the new owner email, the website URL and the time of origin.

  3. New

    Created and changed timestamps on discount coupons

    Discount coupons now expose created and changed timestamps. The collection endpoint accepts a changed date filter (e.g. changed[after]) so clients can fetch incremental updates instead of downloading the full list.

  4. Fix

    Soft-deleted order states excluded from collection

    Order states marked as deleted are no longer returned in the order states collection. They remain accessible by ID so existing references in historical orders keep resolving.

  5. New

    Custom URLs for products and categories

    Added support for creating and deleting custom URLs for products and categories. Creating a new custom URL automatically slugifies it (CZ/SK ruleset) and deactivates any previously active custom URL on the same urlItem. System URLs cannot be deleted.

  6. New

    Locale in system webhook payload

    System webhooks for package activation and deactivation now include the website locale in the payload (cs_CZ or sk_SK).

  7. New

    Rate limit information in response headers

    Response headers now include rate limit information: X-RateLimit-Request-Cost (cost of the current request), X-RateLimit-Hourly-Remaining (remaining requests in hourly limit), X-RateLimit-Daily-Remaining (remaining requests in daily limit).

  8. Improvement

    Batch request cost calculation

    Batch request cost has been updated. Previously, all batch requests cost 1. Now the cost equals the number of changed items divided by 10 (rounded up, minimum 1). For example: 1-10 items = cost 1, 11-20 items = cost 2, 21-30 items = cost 3, etc.

  9. New

    Tracking data can be edit in orderDeliveryPayment

    Added endpoint for edit trackingNumber and trackingLink properties in orderDeliveryPayment for shipment tracking.

  10. New

    Tracking data in orderDeliveryPayment

    Extended orderDeliveryPayment with trackingNumber and trackingLink properties for shipment tracking.

  11. New

    Newsletter contact management

    Added support for creating and editing newsletter contacts via API. New contacts are assigned to "API" source. GDPR consent cannot be set/changed. The isSendingAllowed flag can be edited.

  12. New

    Order change date

    Added change date for orders.

  13. New

    Order change webhook notifications

    Added webhook notifications for order changes.

  14. New

    Batch edit for product has units

    Added support for batch editing product has units.

  15. New

    Batch edit for stock details

    Added support for batch editing stock details.

  16. New

    Batch edit for products

    Added support for batch editing basic product data.

  17. New

    Batch edit for product price levels

    Added support for batch editing product price levels.

  18. New

    Batch edit for product origin labels

    Added support for batch editing product origin labels.

  19. New

    Batch edit for product energy labels

    Added support for batch editing product energy labels.

  20. New

    Batch edit for product item infos

    Added support for batch editing product item infos.