This repository has been archived by the owner on May 6, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Routes
Tolfx edited this page Dec 20, 2021
·
9 revisions
-
/v1/admin
- POST /v1/admin/validate
- POST /v1/admin/auth
- POST /v1/contact
-
GET /v2/categories
- GET /v2/categories/:uid
- GET /v2/categories/:uid/products
- POST /v2/categories
- PATCH /v2/categories/:uid
- PUT /v2/categories/:uid
- DELETE /v2/categories/:uid
-
GET /v2/customers
- GET /v2/customers/my/profile
- GET /v2/customers/my/invoices
- GET /v2/customers/my/invoices/:id
- GET /v2/customers/my/orders
- GET /v2/customers/my/orders/:id
- POST /v2/customers/my/orders/:id/cancel
- POST /v2/customers/my/reset-password
- GET /v2/customers/my/reset-password/:token
- POST /v2/customers/my/new-password
- GET /v2/customers/:uid
- POST /v2/customers
- PATCH /v2/customers/:uid
- PUT /v2/customers/:uid
- DELETE /v2/customers/:uid
-
GET /v2/invoices
- GET /v2/invoices/:uid
- GET /v2/invoices/:uid/pdf
- POST /v2/invoices
- PATCH /v2/invoices/:uid
- PUT /v2/invoices/:uid
- DELETE /v2/invoices/:uid
-
GET /v2/orders
- POST /v2/orders/place
- GET /v2/orders/:uid
- POST /v2/orders
- PATCH /v2/orders/:uid
- PUT /v2/orders/:uid
- DELETE /v2/orders/:uid
-
GET /v2/products
- GET /v2/products/:uid
- POST /v2/products
- PATCH /v2/products/:uid
- PUT /v2/products/:uid
- DELETE /v2/products/:uid
-
GET /v2/transactions
- GET /v2/transactions/:uid
- POST /v2/transactions
- PATCH /v2/transactions/:uid
- PUT /v2/transactions/:uid
- DELETE /v2/transactions/:uid