Retrieve an invoice line item
Retrieve an invoice line item by ID, including product, quantity, amount, and tax details.
Authorizations
Your API key is available in the Production and Sandbox dashboards.
Path Parameters
Invoice Line Item ID
"91106968-1abd-4d64-85c1-4e73d96fb997"
Response
Invoice Line Items response
Invoice Line Item IRI reference
"/invoices/line-items/91106968-1abd-4d64-85c1-4e73d96fb997"
Invoice line item ID
"91106968-1abd-4d64-85c1-4e73d96fb997"
Seller-provided item or SKU identifier
SAT product or service code from the c_ClaveProdServ catalog
"50121537"
Line item description from the CFDI
"Apple iPhone"
Unit price before quantity is applied
70
SAT unit code from the c_ClaveUnidad catalog
"KGM"
Quantity billed for this line item
60
Discount amount applied to this line item
0
Total line item amount after quantity and discounts
4200
Deprecated raw CFDI tax breakdown; use retainedTaxes and transferredTaxes when possible
[
{
"type": "transferred",
"tax": "002",
"factor": { "type": "Tasa", "amount": 0.16 },
"amount": 672
}
]Date and time the resource was created
"2020-01-01T12:15:00.000Z"
Date and time the resource was last updated
"2020-01-01T12:15:00.000Z"