{
"success": true,
"message": "Item Transactions Details fetched successfully!",
"data": {
"meta": {
"total": 3,
"per_page": 20,
"current_page": 1,
"last_page": 1,
"first_page": 1,
"first_page_url": "/?page=1",
"last_page_url": "/?page=1",
"next_page_url": null,
"previous_page_url": null
},
"data": [
{
"transaction_date": "2024-07-30T00:00:00.000Z",
"quantity": "5",
"amount": "100000",
"formatted_amount": "$ 100,000.00",
"profit": "50000",
"profit_margin": "50.00%"
},
{
"transaction_date": "2024-07-29T00:00:00.000Z",
"quantity": "3",
"amount": "60000",
"formatted_amount": "$ 60,000.00",
"profit": "30000",
"profit_margin": "50.00%"
},
{
"transaction_date": "2024-07-08T07:55:40.000Z",
"quantity": "3",
"amount": "60000",
"formatted_amount": "$ 60,000.00",
"profit": "30000",
"profit_margin": "50.00%"
}
]
}
}