Checkout Link
Create a checkout link
POST
/
checkout-links
Authorizations
Authorization
string
headerrequiredValue for the Authorization header parameter.
Body
afterCheckout
object
The action to perform after checkout.
options
object
The options for the checkout link.
isEnabled
boolean
default: trueWhether the checkout link is enabled or not.
items
object[]
Response
201 - 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.
Was this page helpful?