Skip to content

Releases: bagisto/rest-api

v2.2.1

25 Sep 05:08
6014e95
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #372 - Duplicate routes fixing.

  • Fixed event argument.

v2.1.1

25 Sep 05:09
45736fe
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #372 - Duplicate routes fixing.

  • Fixed event argument.

v2.2.0

03 Sep 08:14
ead13df
Compare
Choose a tag to compare

✨ 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.

v2.1.0

10 Jul 06:50
d6bfc41
Compare
Choose a tag to compare

✨ Enhancements

#268 - Add decimal option for currency create or update api in the request body.

#339 - Please create an API for Newsletter subscription.

🐛 Bug Fixes

#291 - Getting "Internal Server Error" when update the sitemap.

#262 - Add password validation when create or update new user.

#263 - If type "text" is selected then number validation is not adding while creating attribute.

#264 - Getting mail in both options for customer notified field.

#265 - Getting email_sent = null in response when generate new invoice.

#266 - Getting email_sent = null in response and receive 3 times shipment email when generate new shipment.

#267 - Getting email_sent = null in response and receive 2 times refund email when generate new refund.

#269 - Getting 2 as decimal value when admin create new currency.

#270 - Getting "Internal server error" if trying to delete the CMS page with invalid id.

#271 - Getting "Internal Server Error" when try to store exchange rate with invalid target currency.

#272 - Not getting updated response after update the CMS page.

#273 - Getting "Internal server error" and mention 2 times category id parameter while getting product list form the shop.

#278 - Store and Admin|| Need email, postcode and phone number validation while adding new address.

#279 - Need to improve the response message when order is cancelled by customer.

#287 - Need to improve the response message when store new catalog rule.

#288 - Getting "Internal Server Error" when update catalog price rule.

#292 - Getting "Internal Server Error" when update the theme.

#293 - Getting "Internal Server Error" when delete unavailable theme.

#295 - Need email validation while store or update new customer.

#296 - Not receiving the email by customer notify api.

#297 - Not getting correct warning message in response if update inventory source with invalid phone number.

#298 - Getting exception from admin end when admin edit the newly store channel by api.

#299 - Getting error when trying to update the channel.

#300 - Getting "Internal Server Error" when update configurable, downloadable, bundle and grouped product.

#301 - Getting "Internal Server Error" when update simple and virtual products.

#340 - ON the Store API -> Address create/Update API, need email validation.

#336 - while mass delete category API with invalid id getting unwanted message.

v2.0.0

08 Mar 11:08
44248a4
Compare
Choose a tag to compare

✨ Enhancements

#108 - Need to add an api for mass update in customer api.

#109 - Need to be add a create review api also here like others api's

🐛 Bug Fixes

#101 - When we create new product then shows an error, also status shows 500 internal server error

#102 - When we update product using post method then shows an error, also status shows 500 internal server error

#103 - Need to remove dd($data); from code.

#104 - When we update product using post method then shows an error, also status shows 500 internal server error, after solved these error but not update some fields

#106 - Should be shown proper msg, when we add a non existing prod. id or deleted from DB so after that when we get data then here should be shown a page not found.

#107 - When we create a customer using customer create api side so here should be shown a validation message for phone number parameter field and also should be send an email.

#110 - In Customer reviews -> mass destroy api should be removed dd from code.

#111 - In Customer reviews -> mass update api, reviews status not updated properly on admin panel

#112 - In Customer Review -> update review api, here shows a successfully updated message but not updated .

#113 - In Attribute Families -> Create attribute family api, created successfully but on admin panel view this attribute family so here not showing main and right column details

#115 - When we create new catalog rule then shows an error, also status shows 500 internal server error

#116 - When we create new cart rule then shows an error, also status shows 500 internal server error

#118 - When we using customer api of register of customer then shows an error

#119 - When we using customer api of forgot-password api then shows an error

#120 - When we using product get api of customer api then shows an error

#121 - When using the iswishlisted product api in customer documentation then shows an error

#122 - When using the reviews product api in customer documentation then shows an error

#123 - When using the wishlist api of customer api then shows an error

#124 - When using the wishlist -> move to cart api of customer api then shows an error

#125 - When we delete address from api side then hit again or delete non-exist address id so here shows an error instead of shows a proper warning message

#128 - In admin api: Attribute and attribute families api should not be update code and type field data

#129 - In Admin api: Categories updated but not updating here shows same warning message regarding fields

#130 - In Admin api: Note added api not working

#131 - In Admin api: Invoice create api not working fine

#132 - In Admin api: Shipments create api not working fine

#133 - In Admin api: Refunds create api not working fine

#134 - In Admin api: Locales create api should be add a direction field or parameter while create locale time

#135 - In Admin api: When currencies update time here code validation not working like create currencies time add only 3 characters code limit

#136 - In Admin api: Exchange Rates api not working properly shows an exception

#137 - In Admin api: Create and Update Inventory source api not added country parameter using postman api

#138 - In Admin api: Roles api created here desc. field should be required like admin panel also permission details not showing when we create roles from postman side

#139 - In Customer api: Profile update api need to add a validation in first and last name field like admin panel

#140 - Cart and Checkout api's, should be worked without login any customer (Guest user) also, at this moment guest user not add prod. in cart and also checkout using api

#142 - When we using the inventory update api then inventory not updated

#143 - Should be shown a proper message for deleted id or non-exist id, here at this moment showing like this message

#144 - When we create new categories from api side then not created new category

#145 - In Admin API: Locale update api is not working properly

#147 - Cart and Catalog rule update api: In Parameter (sort_order) is not updated in get details after update successful

#154 - Customer API -> Cancel order Api not working properly

#157 - Customer API -> Addresses Api not working properly

#202 - When we add this rest api then shows an error in installer time

#205 - When we create new product then received data shows a null value in sku param

v1.4.5

26 Dec 06:04
f9cac69
Compare
Choose a tag to compare

✨ Enhancements

  • [enhancement] - Compatible with Bagisto v1.4.5

V1.0.0

06 Oct 11:04
9fbfea5
Compare
Choose a tag to compare
Merge pull request #2 from jitendra-webkul/master

Made compatible with bagisto master