Enable or disable a checkout link
Checkout Links
Enable or disable a checkout link
Toggle a checkout link’s status. Disabling is reversible: the link’s checkout page stops accepting purchases until it is set back to active. Deleted links cannot be re-enabled.
PATCH
Enable or disable a checkout link
Required scope
write:creator— Modify creator profiles, settings, and creator-specific data.
Authorizations
OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.
Headers
API version to use for the request
Example:
"2025-06-26"
Path Parameters
Checkout link UUID
Body
application/json
Set to disabled to stop the link's checkout page (reversible), or active to re-enable it.
Available options:
active, disabled