open_bill
Retrieve the products contained in a bill by providing its invoice number. Returns the product list in JSON for easy integration.
Instructions
Reads the products inside a bill with the provided invoice_no.
Args:
invoice_no: The Invoice No of the bill
Returns:
A list of products inside a bill with the provided invoice_no in a json format.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_no | Yes |