GET
https://jbuytr.com/v2/platform/orders/details/{id}
curl -X GET https://jbuytr.com/v2/platform//orders/details/185
-H "X-API-P: platform_api_key"
-H "X-API-S: seller_api_key"
{
"data": [
{
"order_code": "20240916-11321614",
"total": ".20",
"order_date": "16-09-2024",
"payment_status": "unpaid",
"payment_type": "Stripe",
"delivery_status": "pending",
"shipping_type": "home_delivery",
"payment_method": "stripe",
"shipping_address": {
"name": "ksjjsj",
"email": "shshhsjalla3224773@gmail.com",
"address": "Sıjsjsıs",
"country": "Germany",
"state": "Bayern",
"city": "Altusried",
"postal_code": "13637",
"phone": "+901234546789"
},
"shipping_cost": ".00",
"subtotal": ".20",
"coupon_discount": ".00",
"tax": ".00",
"order_items": [
{
"product_id": 47,
"name": "Convenient Portable Handheld Mini Sewing Machine for Quick On-the-Go Repairs | Compact Travel Sewing Solution",
"weight": 0.2,
"unit": "Pc",
"description": 1,
"delivery_status": "pending",
"price": ".20",
"images": [
"https://cdn.jbuytr.com/uploads/all/5eKAANdAEbogjwtxWHguA8STGgBjyFfVJdWRvsM4.jpg",
"https://cdn.jbuytr.com/uploads/all/JqQB0wpybIZ6rxBRQh2TUl8Taow0JzSfMt3ATBSC.jpg"
]
}
]
}
]
}