This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves the sites' checkout settings.
The getCheckoutSettings()
function returns a Promise that resolves to checkout settings.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Updates the sites' checkout settings.
The updateCheckoutSettings()
function returns a Promise that resolves to the newly updated checkout settings.
You can only call this method when authenticated as a Wix app or Wix user identity.
Checkout settings to update.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when checkout settings are updated.
handler(event: CheckoutSettingsUpdatedEnvelope): void | Promise<void>