Keep your users updated as your project evolves
Use the changelog to record notable changes to your project — new features, bug fixes, breaking changes, and more. Your users can filter entries by tag and subscribe via RSS.
Below are some sample entries to show you the format. Replace them with your own updates.
For more options, see the changelog documentation.
October 1, 2025
New features
Customer loyalty program
Introduced new /customers/{id}/loyalty endpoint for accessing customer loyalty points and rewards.
Wishlist functionality
Customers can now maintain wishlists:
POST /customers/{id}/wishlist- Add plants to wishlistGET /customers/{id}/wishlist- Retrieve wishlistDELETE /customers/{id}/wishlist/{plant_id}- Remove from wishlist
Breaking changes
Order status field
The order status field now uses standardized values. Legacy status values will be deprecated on December 1, 2025:
pending_payment→pendingin_progress→processing
Please update your integrations to use the new values.
Enhancements
- Added pagination support to
/plantsendpoint withlimitandoffsetparameters - Improved error messages with more detailed validation feedback

