Line Items
Retrieve a Line Item
Returns a line item
GET
/
v5
/
app
/
line_items
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe ID of the line item, which will look like li_*************
Response
200 - application/json
id
string
requiredThe ID of the line item, which will look like li_*************
amount
number
requiredThe amount (price) for the line item.
base_currency
enum<string>
requiredA 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
, cop
, ron
, thb
allow_multiple_quantity
boolean
requiredWhether or not the line item can be purchased as multiple quantity.
name
string
requiredThe name of the line item.
created_at
integer
requiredThe date the line item was created as a unix timestamp.
description
string
A textual description for the line item.
metadata
object
A JSON object containing any additional metadata for the line item.
Was this page helpful?