PrestaShop REST API - eCommerce REST API

Number of APIs: 35

Easily build modern front-end applications (Nuxt.js, Next.js, Vue, React, Angular, Flutter) based on a stable eCommerce API.

Download Free Version (v2.5.5)

Download Official Full Version (v5)

New structural changes in v5.

Official version and Full PDF documentation of endpoints, explanation of business logics and full Qodex doc is available in the official module.

  1. Bootstrap GET {{website_url}}/rest/bootstrap?menu_with_images=single

  2. Light Bootstrap GET {{website_url}}/rest/lightbootstrap?menu_with_images=single

  3. Profile/Account-Order - Order Details GET {{website_url}}/rest/orderhistory?id_order=7

  4. Wishlist - Rename Wishlist GET {{website_url}}/rest/wishlist?action=renameWishlist&idWishList=2&name=My Wishlist renamed

  5. Authentication - Login POST {{website_url}}/rest/login

  6. Authentication - Register POST {{website_url}}/rest/register

  7. Checkout-Payments - Check Payment GET {{website_url}}/rest/ps_checkpayment

  8. Profile/Account - New Password POST {{website_url}}/rest/accountedit

  9. Profile/Account - Account Info GET {{website_url}}/rest/accountInfo

  10. Products - List Comments GET {{website_url}}/rest/listcomments?id_product=2&page=1