Get Document
get_documentRetrieve a single document from ERPNext by specifying its DocType and name. Returns the full record for the given identifier.
Instructions
Get a single document by DocType and name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Document name/ID | |
| doctype | Yes | ERPNext DocType (e.g., Customer, Item) |