Checkout Link
Get a checkout link item
GET
/
checkout-link-items
/
{id}
Authorizations
Authorization
string
headerrequiredValue for the Authorization header parameter.
Path Parameters
id
string
requiredCheckoutLinkItem 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".
Was this page helpful?