Skip to main content

LineItemObjectPublic

ksuidstringrequired

The ksuid of the item/bundle associated with this line item

entity_typestringrequired

The type of the line item, either 'item' or 'bundle'

namestringrequired

The name of the product associated with this line item

includesstring[]

The list of items included in this line item if it's a bundle

event_ksuidstringrequired

The ksuid of the event associated with this item

price_idstringrequired

The price id of the product in stripe

quantityinteger

The quantity of this item to add to the checkout

Default value: 1
LineItemObjectPublic
{
"ksuid": "string",
"entity_type": "string",
"name": "string",
"includes": [
"string"
],
"event_ksuid": "string",
"price_id": "string",
"quantity": 1
}