Changelog

Track breaking changes, new features, and improvements to the Products Manager API.

v1.0 — March 2024

Initial public release.

  • Products CRUD API (GET, POST, PATCH, DELETE)
  • Bulk import via CSV and JSON (/imports)
  • Export catalog to CSV/Excel (/exports)
  • AI enrichment for descriptions and attributes (/enrichment)
  • Connector sync for Shopify, WooCommerce, PrestaShop (/connectors)
  • EAN lookup and validation (/ean-lookup)
  • Price monitoring and alerts (/price-monitor)
  • Code2ASIN mapping (/code2asin)
  • Compliance & Digital Product Passport endpoints (/compliance)
  • Webhook support for real-time event notifications
  • API key authentication

API versioning

The current API version is v1. The version is included in the base URL:

https://api.productsmanager.app/api/v1/

When breaking changes are introduced, a new version (v2, etc.) will be released. The previous version will remain available for at least 12 months after the new version is published.

Was this page helpful?