Skip to main content
GET
Retrieve an invoice line item

Authorizations

X-API-Key
string
header
required

Your API key is available in the Production and Sandbox dashboards.

Path Parameters

id
string<uuid>
required

Invoice Line Item ID

Example:

"91106968-1abd-4d64-85c1-4e73d96fb997"

Response

Invoice Line Items response

@id
string<iri-reference>

Invoice Line Item IRI reference

Example:

"/invoices/line-items/91106968-1abd-4d64-85c1-4e73d96fb997"

@type
string
default:InvoiceLineItem
id
string<uuid>

Invoice line item ID

Example:

"91106968-1abd-4d64-85c1-4e73d96fb997"

invoice
object
identificationNumber
string | null

Seller-provided item or SKU identifier

productIdentification
string

SAT product or service code from the c_ClaveProdServ catalog

Example:

"50121537"

description
string

Line item description from the CFDI

Example:

"Apple iPhone"

unitAmount
number<double>

Unit price before quantity is applied

Example:

70

unitCode
string

SAT unit code from the c_ClaveUnidad catalog

Example:

"KGM"

quantity
number<double>

Quantity billed for this line item

Example:

60

discountAmount
number<double>

Discount amount applied to this line item

Example:

0

totalAmount
number<double>

Total line item amount after quantity and discounts

Example:

4200

retainedTaxes
object
transferredTaxes
object
taxes
object[]
deprecated

Deprecated raw CFDI tax breakdown; use retainedTaxes and transferredTaxes when possible

Example:
createdAt
string

Date and time the resource was created

Example:

"2020-01-01T12:15:00.000Z"

updatedAt
string

Date and time the resource was last updated

Example:

"2020-01-01T12:15:00.000Z"