GET
/
checkout-link-items
/
{id}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

CheckoutLinkItem identifier

Response

200 - application/json
periods
object[]

The contract period terms of the product item. If none provided, the billing period will be used as contract period, the cancellation period is set to 1 day.

plan
object | null

This is required when the type is "plan".

price
object | null

This is required when the type is "product", "plan".

product
object | null

This is required when the type is "product".

quantity
object | null

This is required when the type is "product".

type
any

The type of the checkout link item.

Possible values:

  • product: A product will be added to the cart, with the given quantity.
  • plan: A plan will be added to the cart, and can be configured by the customer.