|
5 | 5 | # PrestaShop REST API Module
|
6 | 6 | Easily expose REST API endpoints for your Prestashop website. No configuration needed, just install and use it.
|
7 | 7 |
|
8 |
| -## [Download the Latest version v2.4.6](https://www.binshops.com/prestashop-api) |
| 8 | +## [Download the Latest version v2.4.7](https://www.binshops.com/prestashop-api) |
9 | 9 |
|
10 | 10 | ## The products that use this REST API
|
11 | 11 | <table>
|
@@ -51,42 +51,4 @@ These native modules, which are already included in PrestaShop out of the box, a
|
51 | 51 | - ps_checkpayment (Native Ps Pay by Check module)
|
52 | 52 | - blockwishlist (Native Ps Wishlist module)
|
53 | 53 |
|
54 |
| -You can request your custom API implementation on Binshops panel - [Your Assistant - Create a Ticket](https://www.binshops.com/panel) |
55 |
| - |
56 |
| -### Change Log |
57 |
| -- ### 2.4.x Latest Version |
58 |
| -- 2.4.3 |
59 |
| - - Code refactor |
60 |
| - - Messages Translation [#21](https://github.com/binshops/prestashop-rest/issues/21) |
61 |
| - - Currencies format in cart [#17](https://github.com/binshops/prestashop-rest/issues/17) |
62 |
| -- 2.4.2 |
63 |
| - - Added attributes array in cart |
64 |
| -- 2.4.1 |
65 |
| - - Added email subscription |
66 |
| -- 2.4.0 |
67 |
| - - Added Wishlist endpoints |
68 |
| - - Added Zipcode validation |
69 |
| - - Added currencies to bootstrap/lightbootstrap API |
70 |
| - - Added languages to bootstrap/lightbootstrap API |
71 |
| - - Added the logo url to bootstrap/lightbootstrap API |
72 |
| - - Added float price to combinations |
73 |
| - - Fix support for countries without state in address creation |
74 |
| - - Improved error handling in profile edit |
75 |
| -- 2.3.0 |
76 |
| - - Adds two payment options |
77 |
| - - Cart Management refactoring |
78 |
| - - Returns cart items on cart update |
79 |
| - - Returns newly created address |
80 |
| - - Returns user info on user login |
81 |
| - - Removes unnecessary fields from registration |
82 |
| - - Product images refactor |
83 |
| - - Adds attribute groups to product details |
84 |
| - - Check permission on address delete and order details |
85 |
| -- 2.2.6 changed cart management API |
86 |
| -- 2.2.5 product comment api - APIRoutes class |
87 |
| -- 2.2.4 cleaning customer info - makes gender optional - adds user info to login api |
88 |
| -- 2.2.3 adds groups to product details - featured products api refactor |
89 |
| -- 2.2.2. adds light bootstrap endpoint |
90 |
| -- 2.2.1 some response cleaning - ability to load menu item images |
91 |
| -- 2.2.0 improves bootstrap api - adds id and slug to menu items |
92 |
| -- 2.x The latest stable version which includes all endpoints. |
| 54 | +If you need custom APIs or you want to have APIs for a third-party module, you can send your request for custom API implementation on Binshops website - [Request Form](https://www.binshops.com/prestashop-api#request-custom-api) |
0 commit comments