version 2.7.1
- New Method Added
- CheckUserAvailability
- Check customer UserName is exist in nopCommerce or not.
- CheckEmailIdAvailability
- Check customer EmailId is exist in nopCommerce or not.
- GetGuestCustomerGuid
- This method will return Guid of new guest customer Guid.
- GetProductByManufacturerId
- Get manufacturer and their product list using manufacturerId.
- VendorAll
- Get all vendors details.
- Fixed Bugs
- GetProductByCategory and GetProductByManufacturerId Methods -> which category or manufacturer had assigned limited to customer_role for that category and manufacturer the method is not working.
- TopMenu Method and Manufacturer Method -> If we set the customer role for one particular category or Manufacturer, for that limited to customer_role is also not working.
- When Multiple discounts are added to one order -> Remove discount method removed all discounts even it passed the one discount code for remove.
- If have used 'Api/Client/SubscribeNewsletter' but no data is inserting
- Mobile number not available in "PersonalInfo" Method response.
- Response should be have customer GUID.
- For guest customers plugin is not working.