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