Credit Note Line Items
List all Credit Note Line Items
List all Credit Note Line Items
GET
/
credit-notes
/
{creditnote}
/
line-items
Headers
Authorization
string
requiredYour API credentials. Eg. Basic {credentials}
.
Sequence-Version
enum<string>
Use this header to select an API version
Available options:
2024-07-30
Path Parameters
creditnote
string
requiredThe CreditNote ID
Query Parameters
before
string
Pagination cursor. To page through items, omit this parameter to retrieve the first page, and then successively use the value you get from pagination.after
or pagination.before
to retrieve each page.
after
string
Pagination cursor. To page through items, omit this parameter to retrieve the first page, and then successively use the value you get from pagination.after
or pagination.before
to retrieve each page.
limit
integer
Maximum number of objects to return per-page. Must be between 1 and 100 (inclusive).
sortOrder
string
Sort order. Default: DESC (descending, most often used for reverse chronological sorting).
Response
200 - application/json
items
object[]
requiredCreditNoteLineItems
pagination
object
requiredResults pagination