Lists the transactions of store.
| Value | Description | 
|---|---|
| date Type: string | Date at which the transaction occurred. | 
| posting_type Type: string | Defines the type of transaction: credit or debit. | 
| type Type: string | Defines type of payment. Example: 'product_purchase' | 
| description Type: string | Description of the transaction. | 
| amount Type: string | Amount credited or debited. | 
| taxes_total Type: string | Total amount of taxes applied on amount. | 
| taxes Type: array | The taxes applied on transaction amount. | 
| Name | Routes | 
|---|---|
| list | get /api/1/entity/ms.store_ledger TRY IT ! |