Parameter/Attribute |
Type |
Content type |
Description |
Invoice PDF |
PDFstream |
application/pdf |
Success - set of invoice pdf files else error. |
invoices |
Json object of invoice details |
application/json |
Gives invoice details in json format |
invoices . shipmentId |
String |
application/json |
Primary identifier for a specific shipment. |
invoices . invoiceDate |
ISO Date |
application/json |
Date of invoice creation |
invoices . InvoiceNumber |
String |
application/json |
Invoice number generated for that particular shipment |
invoice . orderItems |
List of order items |
application/json |
List order item in one invoice |
invoice . orderItems . orderItemId |
String |
application/json |
Order item id belonging to shipment |
invoice . orderItems . invoiceAmount |
Float |
application/json |
Invoice amount for that order item id |
invoice . orderItems . serialNumbers |
List of serial numbers |
application/json |
Serial numbers mentioned in invoice(Only for serialized products) |
invoice . orderItems . TaxDetails |
GST Tax details |
application/json |
GST tax details object |
invoice . orderItems . TaxDetails . cgstRate |
Float |
application/json |
CGST tax rate |
invoice . orderItems . TaxDetails . sgstRate |
Float |
application/json |
SGST tax rate |
invoice . orderItems . TaxDetails . igstRate |
Float |
application/json |
IGST tax rate |