Line Items
Retrieve a Line Item
Returns a line item
GET
Authorizations
App API key for /v5/app and /v5/company endpoints
Path Parameters
The ID of the line item, which will look like li_*************
Response
200 - application/json
line item found
The ID of the line item, which will look like li_*************
The date the line item was created.
The ID of the company, which will look like biz_*************
The ID of the app, which will look like app_*************
The name of the line item.
The amount (price) for the line item.
A three letter currency code for the line item.
Available options:
usd
, sgd
, inr
, aud
, brl
, cad
, dkk
, eur
, nok
, gbp
, sek
, chf
, hkd
, huf
, jpy
, mxn
, myr
, pln
, czk
, nzd
, aed
, eth
, ape
, cop
, ron
, thb
, bgn
, idr
, dop
, php
, try
, krw
, twd
, vnd
, pkr
, clp
, uyu
, ars
, zar
, dzd
, tnd
, mad
, kes
, kwd
, jod
, all
, xcd
, amd
, bsd
, bhd
, bob
, bam
, khr
, crc
, xof
, egp
, etb
, gmd
, ghs
, gtq
, gyd
, ils
, jmd
, mop
, mga
, mur
, mdl
, mnt
, nad
, ngn
, mkd
, omr
, pyg
, pen
, qar
, rwf
, sar
, rsd
, lkr
, tzs
, ttd
, uzs
, rub
Whether or not the line item can be purchased as multiple quantity.
A JSON object containing any additional metadata for the line item.
A textual description for the line item.
Was this page helpful?