GET
/
checkout-link-items
/
{id}

Authorizations

Authorization
string
headerrequired

Value for the Authorization header parameter.

Path Parameters

id
string
required

CheckoutLinkItem identifier

Response

200 - application/json
type
enum<string>

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.
Available options:
product,
plan,
offer
product
object

This is required when the type is "product".

quantity
any
plan
object

This is required when the type is "plan".

price
object

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