Get Purchase Document
ogarniai_get_documentFetch a single purchase document by ID and get its complete details: store, time, amount, tax, currency, payment, items, categories, tags, and duplicates.
Instructions
Get details of a single purchase document by ID.
Returns full document details including store name, purchase time, total amount, tax, currency, payment method, individual items with categories, tags, and duplicate info.
Args:
id (string): Document ID (UUID format)
Returns: JSON object with all document fields including items[] with name, price, quantity, category, subcategory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource ID (UUID format) |