Welcome to the NEXUS API. This REST API powers Smartstock's data services.
It uses JSON for requests & responses and JWT for authentication.
For ease of use, place this calls in a fetch command on your frontend js.
Success you can now call our Nexus API with the access token.
Endpoints
Endpoints
Various endpoints are only helpful with data appended to it, since they are bound to the shop you are requesting the API from.
In order for the API endpoints to return valid json response you require to have already implimented these on your shop
Returns an array of json list of SALE products created in your shop, comprising of its product_name, sku_code, unitCode, order_price, order_stock_amount, order_unit_name, order_sale_stock_amount, order_sale_unit_name, order_currency and sale_stock_amount only.