Any RPC or REST API can get current stock for an item?

I want to show current stock on “Creating Purchase Order” for each item.

hi @nnylyj,

Check for stock API : http://frappe.github.io/erpnext/current/api/stock/

Thanks,
Makarand

Thanks!

Any REST call? How should I create the url for querying a specific item?

Cheers
Ewerton

Bump. How can we query in REST API for item stock in associated warehouses?

Thanks!

After googling/digging around, found example in Shopify integration which was using Bin document for returning current stock status.

/api/resource/Bin/

Hopefully will be helpful for someone in the future.

5 Likes

Thanks you save my day