Overview
- POST /rest/login
- POST /rest/register
- GET /rest/logout
- GET /rest/cart
- GET /rest/orderhistory
- POST /rest/resetpasswordbyemail
- POST /rest/resetpasswordsetnewpass
- GET /rest/accountInfo
- POST /rest/accountedit
- POST /rest/resetpasswordemail
- POST /rest/resetpasswordcheck
- POST /rest/resetpasswordenter
- GET /rest/productdetail
- GET /rest/categoryProducts
- GET /rest/productSearch
- GET /rest/featuredproducts
- GET /rest/listcomments
- POST /rest/postcomment
- GET /rest/alladdresses
- GET /rest/address
- POST /rest/address
- DELETE /rest/address
- GET /rest/addressform
- GET /rest/ps_checkpayment
- GET /rest/ps_wirepayment
- GET /rest/ps_cashondelivery
- POST /rest/setaddresscheckout
- GET /rest/carriers
- POST /rest/setcarriercheckout
- GET /rest/paymentoptions
- GET /rest/wishlist
- GET /rest/emailsubscription
- POST /rest/emailsubscription
- GET /rest/bootstrap
- GET /rest/lightbootstrap
POST /rest/login
Summary: Login
This API logins to prestashop
OpenAPI snippet URL
POST /rest/register
Summary: Register
Register
OpenAPI snippet URL
GET /rest/logout
Summary: Logout
Logout
OpenAPI snippet URL
GET /rest/cart
Summary: Cart Items
Lists orders for a customer
OpenAPI snippet URL
GET /rest/orderhistory
Summary: Order History
Order History
OpenAPI snippet URL
POST /rest/resetpasswordbyemail
Summary: Request Reset Pass Email
Request Reset Pass Email
OpenAPI snippet URL
POST /rest/resetpasswordsetnewpass
Summary: Set New Pass
Set New Pass
OpenAPI snippet URL
GET /rest/accountInfo
Summary: Account Info
Gets customer account information
OpenAPI snippet URL
POST /rest/accountedit
Summary: Account Edit
Account Edit
OpenAPI snippet URL
POST /rest/resetpasswordemail
Summary: 1- Send Reset Password Code
1- Send Reset Password Code
OpenAPI snippet URL
POST /rest/resetpasswordcheck
Summary: 2- Check Reset Pass Code
2- Check Reset Pass Code
OpenAPI snippet URL
POST /rest/resetpasswordenter
Summary: 3- Reset Password
3- Reset Password
OpenAPI snippet URL
GET /rest/productdetail
Summary: Product Detail
Gets detail of a product. Including price, name, features and so on.
OpenAPI snippet URL
GET /rest/categoryProducts
Summary: Category Products
This API endpoint can be used to get category products, pagination and faceted search. The id_category is mandatory parameter.
OpenAPI snippet URL
GET /rest/productSearch
Summary: Product Search
Is used for product search
OpenAPI snippet URL
GET /rest/featuredproducts
Summary: Featured Products
Gets featured products
OpenAPI snippet URL
GET /rest/listcomments
Summary: List Comments
List Comments
OpenAPI snippet URL
POST /rest/postcomment
Summary: Post Comment
Post Comment
OpenAPI snippet URL
GET /rest/alladdresses
Summary: All Addresses
All Addresses
OpenAPI snippet URL
GET /rest/address
Summary: Get Address
Get Address
OpenAPI snippet URL
POST /rest/address
Summary: Create Address
If the address ID is not passed, it creates new address
OpenAPI snippet URL
DELETE /rest/address
Summary: Delete Address
Delete Address
OpenAPI snippet URL
GET /rest/addressform
Summary: List avaibale countries and states
Contains countries and states
OpenAPI snippet URL
GET /rest/ps_checkpayment
Summary: Check Payment
Check Payment
OpenAPI snippet URL
GET /rest/ps_wirepayment
Summary: Wire Payment
Wire Payment
OpenAPI snippet URL
GET /rest/ps_cashondelivery
Summary: Cash on Delivery
Cash on Delivery
OpenAPI snippet URL
POST /rest/setaddresscheckout
Summary: 1- Set Address
1- Set Address
OpenAPI snippet URL
GET /rest/carriers
Summary: 2- All Carriers
2- All Carriers
OpenAPI snippet URL
POST /rest/setcarriercheckout
Summary: 3- Set Carrier
3- Set Carrier
OpenAPI snippet URL
GET /rest/paymentoptions
Summary: 4- Payment Options
4- Payment Options
OpenAPI snippet URL
GET /rest/wishlist
Summary: List All WIshlists
List All WIshlists
OpenAPI snippet URL
GET /rest/emailsubscription
Summary: Get Conditions
Get Conditions
OpenAPI snippet URL
POST /rest/emailsubscription
Summary: Email Subscription
Email Subscription
OpenAPI snippet URL
GET /rest/bootstrap
Summary: Bootstrap
Bootstraps binshops applciation. This request is used to render the home page of the application.
OpenAPI snippet URL
GET /rest/lightbootstrap
Summary: Light Bootstrap
Light Bootstrap
OpenAPI snippet URL