GET
/
subscription-items
/
{id}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

SubscriptionItem identifier

Response

200 - application/json
activatedAt
string | null

The date the subscription item was activated.

appliedDiscounts
object[]
billing
object

The billing details of the item.

currentMeasurementValue
object | null

The current measurement value of the item.

description
string | null

The description of the item which will be used in the invoice. The description is translated based on the customer's locale.

furtherInformation
string | null

Further information defines additional information for the item which will be displayed in the invoice.

id
string
inheritedPeriod
boolean

Is the period inherited from the subscription?

measurementValues
object[]

Usage values during the subscription item period.

name
string

The name of the item which will be used in the invoice. The name is translated based on the customer's locale.

parent
object | null

The parent item of the item. If this is null, the item is a root item.

periods
object[]
plan
object | null

The plan this item is based on.

pricePlan
object | null

The price plan of the item, which defines the price and billing interval.

product
object | null

The product of the item.

status
enum<string>

The status of the item.

Possible values:

  • active: The item is active and will be billed.
  • canceled: The item is canceled and will be billed until the end of the contract.
  • pending: The item is pending and will be billed after the contract start.
  • terminated: The item is terminated and will not be billed.
Available options:
active,
canceled,
pending,
terminated
type
enum<string>

The type of the item.

Possible values:

  • option: The item is an product set option.
  • charge: The item is a charge.
  • plan-product: The item is a plan product.
  • product: The item is a product, and not created from a plan.
Available options:
addon,
charge,
plan-product,
product