ErpNext api issue

My client is using erpnext for there shop and we need to develop an android app
We need to make sure the following API is available in erpnext or not
read product (all details price, stock, name, image and filter query like limit, name, price)
create order
cancel order
update order
ErpNext expert, please show some documentation for above mention API
current api document page is showing 404 Not Found

Hi and welcome to ERPNext,

Google can help Introduction

cheers

1 Like

You can GET, POST, PUT or DELETE any Document and call any whitelisted function.

Available auth methods are Basic (user + password), oAuth2 and token based (in v11+).