Line Items
Update a Line Item
Updates a line item’s metadata field
PATCH
/
v5
/
app
/
line_items
/
{id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the line item, which will look like li_*************
Body
application/json
A JSON object containing any additional metadata for the line item.
Response
200 - application/json
The ID of the line item, which will look like li_*************
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
, cop
, ron
, thb
Whether or not the line item can be purchased as multiple quantity.
The name of the line item.
The date the line item was created as a unix timestamp.
A textual description for the line item.
A JSON object containing any additional metadata for the line item.
Was this page helpful?