Ecommerce
Certainly! Here's a description for an eCommerce Management API: Title: eCommerce Management API Description: The eCommerce Management API is a robust and scalable solution designed to empower businesses in effectively managing their online retail operations. This comprehensive API provides a seamless integration layer, enabling developers to streamline and enhance various aspects of eCommerce…
Ecommerce endpoints
| Method | Endpoint | Description |
|---|---|---|
| User Access Routes | ||
| POST |
Create Ecommerce /set-user |
Create your ecommerce based on your new user |
| Products Management | ||
| POST |
Create Category /set-categoria |
To start creating a product first you will need a category to put it into. Create yours |
| POST |
Delete Category /delete-categoria |
Delete your category based on your enterprise name and category |
| POST |
Create Product /set-produto |
Create your own product based on which category it is fit into |
| PATCH |
Update Product /update-produto |
Update your product informations |
| POST |
Delete product /delete-produto |
Delete a specific product |
| POST |
Create product comment /set-produto-comment |
Create product comments |
| Costumers | ||
| POST |
Register Costumer /create-costumer |
o create orders, wishlist and auth use this register costumer endpoint |
| POST |
Login Costumer /find-costumer |
Login your user so he canmake orders, add wishlist and be connected withyour application |
| POST |
Set into wishlist /set-wishlist-costumer |
Set product into costumer wishlist |
| PUT |
Remove from wishlist /remove-wishlist-costumer |
Remove product from costumer wishlist |
| Discount Coupon | ||
| POST |
Create Discount Coupon /set-cupom |
You can create your Discount Coupon based on: -Percentage discount will always be multiplied by 0.1 |
| GET |
Get Discount Coupon /get-cupom/{empresa}/{code} |
When usingcorrect code, return code discount and remove 1. |
| PATCH |
Delete Discount Coupon /remove-cupom |
Delete your discount coupon based on your coupon Id and enterprise Id |
Ecommerce pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $0.99 / month | — |
|
| ULTRA | $4.99 / month | — |
|