Changelog
Stay up-to-date with the latest changes and updates to our API. We recommend reviewing this section regularly to ensure your integration remains compatible and takes advantage of new features.
Version 1.1.0 - 2024-07-24
Added
- New endpoint:
POST /products/{productId}/reviewsfor submitting product reviews. - New schema:
Reviewobject for product reviews. - Added
lastLoginfield to theUserschema (optional).
Changed
- Updated
GET /users/{userId}to includeupdatedAtfield in the response. - Increased rate limit for
GET /productsfrom 50 to 100 requests/minute.
Deprecated
- The
statusfield in theOrderschema is now deprecated. UseorderStatusinstead.
Fixed
- Resolved an issue where
PUT /users/{userId}would sometimes return a 500 error for invalid email formats.
Version 1.0.0 - 2024-06-15
Initial Release
- Core API endpoints for User Management and Product Catalog.
- Initial schemas for User and Product.
- Basic authentication and rate limiting implemented.