Prestashop Rest Versions Save

PrestaShop REST API module to expose your PrestaShop website's REST endpoints

v2.5.0

1 year ago

Feature

  • Added support for creating APIs within modules. Example: yourdomain.tld**/rest/yourmodule/yourcontroller**

v2.4.7

1 year ago

Features

  • Added Breadcrumb links in product detail
  • Added ability to change current currency by iso

v2.4.4

1 year ago

New endpoint:

  • Added Cash on Delivery (COD) support

v2.4.3

2 years ago
  • Code refactor
  • API messages translation
  • Currencies format in cart

v2.4.1

2 years ago

Features

  • email subscription endpoint
  • added category tree to category products endpoint

v2.4.0

2 years ago

🚀 Features

  • Added Wishlist endpoints
    • List wishlists
    • Add product to wishlist
    • View Wishlist
    • Delete product from wishlist
    • Create wishlist
    • Delete wishlist
    • Rename wishlist
  • Added zipcode validation
  • Added currencies to bootstrap/lightbootstrap API
  • Added languages to bootstrap/lightbootstrap API
  • Added the logo url to bootstrap/lightbootstrap API
  • Added float price to combinations

Improvement

  • Improved error handling in profile edit

Fix

  • Fixed countries without state in address creation

Download latest version

v2.3.0

2 years ago

Added

  • Two payment options: bankwire and pay by check
  • Returns cart items on cart update
  • Returns newly created address
  • Returns user info on user login
  • Adds attribute groups to product details

Refactor

  • Cart Management refactoring
  • Removes unnecessary fields from registration
  • Product images refactor

Fixed

  • Checks permission on address delete
  • Checks permission for order details

v2.2.2

2 years ago

Latest stable version which includes all endpoints.