InvoiceItems

InvoiceItems object

Get invoice item

get
/v1/invoice-items/{id}

An invoice item is an individual order item that is part of an invoice.

Note: This operation needs Authentication and supports the following JSON:API features:

  • Relationships - invoiceItemsModifiers, revenueCenter using include query parameter.

  • Sparse fieldsets - supports all fields of invoiceItem and related resources with fields query parameter.

Authorizations
AuthorizationstringRequired

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path parameters
idstring · uuid · min: 36 · max: 36Required

Universally unique ID UUID4.

Example: 5efa8b3c-b930-4b31-918d-95ab0e212e64
Query parameters
Responses
chevron-right
200

Successful response with invoiceItems data in JSON:API format.

application/vnd.api+json
get
/v1/invoice-items/{id}

Last updated

Was this helpful?