Endpoints Specifications (with request and return data)
Products Endpoints - /products
Categories Endpoints - /categories
Cart Endpoints - /cart
Orders Endpoints - /orders
Users Endpoints - /users
Overall REST API Architecture
TypeScript Endpoints Definition
Use below code to quickly define an a TypeScript object with all Plamatio Backend endpoints.
Code