PUT
/
checkout-links
/
{id}

Authorizations

Authorization
string
headerrequired

Value for the Authorization header parameter.

Path Parameters

id
string
required

CheckoutLink identifier

Body

afterCheckout
object

The action to perform after checkout.

options
object

The options for the checkout link.

isEnabled
boolean
default: true

Whether the checkout link is enabled or not.

items
object[]

Response

200 - application/json
id
string

The unique identifier of the checkout link.

afterCheckout
object

The action to perform after checkout.

options
object
slug
string

The name of the checkout link.

isEnabled
boolean

Whether the checkout link is enabled or not.

items
object[]
url
string

The URL of the checkout link.