GET
Get Purchase
Sample Response:
"data": [
{
"id": 77,
"paid": true,
"created_at": "2023-08-12T03:24:43.213638+00:00",
"total": 249.94,
"user_id": "b810e6fc-bb73-485f-bd42-1021c8d1b47a",
"purchase_products": [
{
"product_id": 1,
"quantity": 1,
"product_data": {
"id": 1,
"sku": 1,
"category": { "name": "..." },
"images": [...],
"brand": { "name": "..." },
"name": "HP 24 in. LED Monitor IPS Micro-edge HDMI VGA 60Hz 5ms - 24m"
}
},
{
"product_id": 2,
"quantity": 1,
"product_data": {
"id": 2,
"sku": 2,
"category": { "name": "..." },
"images": [...],
"brand": { "name": "..." },
"name": "Susulv-MCL Men Shirt Men's Large Size Long Sleeve Lapel Zipper Shirt"
}
}
]
},
...
]
NOTE: You must be logged in as the owner of the purchase for this call to succeed.