invoice_id
as a path parameter.orders.read
- Orders Read OnlyAuthorization: Bearer ********************
curl --location --request GET 'https://api.salla.dev/admin/v2/orders/invoices/673490471'
{
"status": 200,
"success": true,
"data": {
"id": 1128904162,
"invoice_number": "1",
"uuid": "acde070d-8c4c-4f0d-9d8a-162843c10333",
"order_id": 1152394206,
"invoice_reference_id": "1233",
"type": "Tax Invoice",
"date": "2022-06-30",
"qr_code": "SAVE20",
"payment_method": "bank",
"sub_total": {
"amount": 130,
"currency": "SAR"
},
"shipping_cost": {
"amount": 23,
"taxable": true,
"currency": "SAR"
},
"cod_cost": {
"amount": 0,
"taxable": true,
"currency": "SAR"
},
"discount": {
"amount": 0,
"currency": "SAR"
},
"tax": {
"percent": 0,
"amount": {
"amount": 0,
"currency": "SAR"
}
},
"total": {
"amount": 153,
"currency": "SAR"
},
"items": [
{
"id": 1670203268,
"product_id": "977135276",
"item_id": 588287185,
"name": "شاحن آنكر 1000",
"quantity": 1,
"type": "product",
"price": {
"amount": 130,
"currency": "SAR"
},
"discount": {
"amount": 0,
"currency": "SAR"
},
"tax": {
"percent": 0,
"amount": {
"amount": 0,
"currency": "SAR"
}
},
"total": {
"amount": 130,
"currency": "SAR"
}
}
]
}
}