Get Item Details

Hello, I need to get item details using web url by item id, using ERPNext API

my code is PHP code

Can any one help me

Hi @Tarek_Esmail,

Please refer to https://frappe.github.io/frappe/user/fr/guides/integration/rest_api.html
Using rest api you will be able to get the item details in json format.

Or you can use the ERPNext Stock API instead, please check https://frappe.github.io/erpnext/current/api/stock/erpnext.stock.get_item_details.html

Thanks, Makarand

Thanks for your reply,

But i have tested it but no chance can you provide me example about using this.