GET /orders/invoices¶
Description - The Invoices API gives the invoice details of order items.
Request and Response Parameters¶
☰ SHOW | HIDE
URL: https://api.flipkart.net/sellers/v2/orders/invoices?orderItemsIds={id1,id2...}
Request Header Parameters
| URL Parameter | Type | Requirement | Description |
|---|---|---|---|
orderItemsIds |
String | Mandatory | Comma separated list of order item IDs for which invoice details is needed |
Validations
orderItemId: Maximum 100 orders per request.
Possible Response Error Codes
| Error Code | Reason for error |
|---|---|
INVALID_ITEM_ID |
The item ID passed in the request header does not exist |
UNPROCESSABLE_ENTITY |
When the input request is huge |