You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ Enhancements
#362 [Shop API -> Theme API]: Updated the API name to "Get Theme Customization by ID."
🐛 Bug Fixes
#349 [Customer Login Listener]: Fixed an issue where providing incorrect parameters caused errors during customer login.
#347 [Customer Registration (REST API)]: Resolved an issue where email verification was not sent when a new customer registered via /api/v1/customer/register.
#352 [Admin API -> Categories API]: Fixed an exception occurring when using the Mass Delete Categories API.
#353 [Admin API]: Handled various cases leading to 500 Internal Server Errors.
#354 [Admin API -> Store Customer]: Resolved an internal server error encountered when storing customer information.
#355 [Admin API -> Update Customer]: Fixed an internal server error when updating customer details.
#358 [Admin API -> Sales Reporting API]: Addressed an internal server error in the Sales Reporting API.
#360 [Shop API -> Wishlists API]: Fixed an issue where product details were showing as null in the customer wishlist.
#363 [Shop API -> Products API]: Resolved an issue preventing product data retrieval.
#367 [Shop API -> Cart API -> Add Product]: Fixed an issue where products were added to the cart despite providing a different ID in the request data.
#368 [Shop API -> Cart API -> Update Cart Item]: Corrected the response when an invalid cart ID was provided, now accurately reflecting "not found."
#369 [Shop API -> Cart API -> Delete All Items]: Updated the response message for the Delete All Items from Cart API.
#370 [Shop API -> Cart API -> Move Cart Item to Wishlist]: Fixed an issue where incorrect cart item IDs did not produce the correct response message.
#371 [Shop API -> Cart API -> Move Cart Item to Wishlist]: Updated the response message when moving a cart item to the customer wishlist.