This method has been replaced with Get Checkout URL, and will be removed on September 4, 2024.
Get a cart's checkout URL by ID.
Deprecation Notice:
This endpoint has been replaced with Get Checkout URL and will be removed on September 4, 2024.
You can only call this method when authenticated as a Wix app or Wix user identity.
The requested cart ID to checkout
curl -X GET 'https://www.wixapis.com/stores/v1/carts/6000dbd9-cb49-4066-820e-2d95cb1e228b/checkoutUrl' \
-H 'Content-Type: application/json' \
-H 'Authorization: <AUTH>'
{
"url": "https://somesite.wixsite.com/website/checkout?appSectionParams=%7B%22a11y%22%3Afalse%2C%22cartId%22%3A%6000dbd9-cb49-4066-820e-2d95cb1e228b%22%2C%22storeUrl%22%3A%22https%3A%2F%2Fsomesite.wixsite.com%2Fwebsite%22%2C%22isFastFlow%22%3Afalse%2C%22isPickupFlow%22%3Afalse%7D&linkSource=acMail"
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.