Skip to main content
lago_id
string<uuid>
required

Unique identifier of the quote, created by Lago.

Example:

"1a901a90-1a90-1a90-1a90-1a901a901a90"

number
string
required

The unique number assigned to the quote by Lago.

Example:

"QT-2026-0001"

order_type
enum<string>
required

The commercial motion the quote describes. It can be any of the following values:

  • subscription_creation: the quote creates one or more subscriptions.
  • subscription_amendment: the quote amends an existing subscription, named by the quote's own lago_subscription_id.
  • one_off: the quote bills add-ons once, without any subscription.
Available options:
subscription_creation,
subscription_amendment,
one_off
Example:

"subscription_creation"

lago_customer_id
string<uuid>
required

Unique identifier of the customer the quote is addressed to, created by Lago.

Example:

"1a901a90-1a90-1a90-1a90-1a901a901a90"

lago_subscription_id
string<uuid> | null
required

Unique identifier of the subscription the quote amends, created by Lago. It is set only when the order_type is subscription_amendment.

Example:

"1a901a90-1a90-1a90-1a90-1a901a901a90"

lago_organization_id
string<uuid>
required

Unique identifier of the organization, created by Lago.

Example:

"1a901a90-1a90-1a90-1a90-1a901a901a90"

created_at
string<date-time>
required

The date and time in UTC (ISO 8601) when the quote was created.

Example:

"2026-04-29T08:59:51Z"

updated_at
string<date-time>
required

The date and time in UTC (ISO 8601) when the quote was last updated.

Example:

"2026-04-29T08:59:51Z"

current_version
object | null
required

The latest version of the quote. Its content and billing_items are omitted here; retrieve the version to get them.

owners
object[]
required

The users of the organization responsible for the quote.