API connections


1. Switch on "Order/Product API"

"Company setting" -> "Order/Product API"


2. Product % Sales order API
Get sales orders /api/v2/orders?apiKey=md5(key)
Get sales order by ID /api/v2/orders/{orderId}?apiKey=md5(key)
Get product by code /api/v2/products/?sku={sku}&apiKey=md5(key)
Get stock by product code /api/v2/products/stock?sku={sku}&apiKey=md5(key)

Note: Please contact us if you would like to get more info.