{
"success": true,
"message": "Berhasil menampilkan riwayat stok produk",
"data": [
{
"id": 10,
"product_id": 3,
"changes": -10,
"previous_stock": 90,
"reason": "Transaksi Penjualan #INV-20251007-4682",
"created_at": "2025-10-06T19:32:22.000000Z",
"updated_at": "2025-10-06T19:32:22.000000Z",
"created_by": null,
"updated_by": null
},
{
"id": 9,
"product_id": 3,
"changes": 1,
"previous_stock": 101,
"reason": "Penerimaan Barang #5237",
"created_at": "2025-10-06T13:19:52.000000Z",
"updated_at": "2025-10-06T13:19:52.000000Z",
"created_by": null,
"updated_by": null
},
{
"id": 8,
"product_id": 3,
"changes": -10,
"previous_stock": 90,
"reason": "Transaksi Penjualan #INV-20251005-1421",
"created_at": "2025-10-05T00:28:01.000000Z",
"updated_at": "2025-10-05T00:28:01.000000Z",
"created_by": null,
"updated_by": null
},
{
"id": 7,
"product_id": 3,
"changes": -1,
"previous_stock": 99,
"reason": "Transaksi Penjualan #INV-20251004-1970",
"created_at": "2025-10-04T12:02:50.000000Z",
"updated_at": "2025-10-04T12:02:50.000000Z",
"created_by": null,
"updated_by": null
},
{
"id": 6,
"product_id": 3,
"changes": 2,
"previous_stock": 102,
"reason": "Penerimaan Barang #3775",
"created_at": "2025-10-02T18:56:51.000000Z",
"updated_at": "2025-10-02T18:56:51.000000Z",
"created_by": null,
"updated_by": null
}
],
"meta": {
"current_page": 2,
"last_page": 3,
"per_page": 5,
"total_data": 15
}
}