{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Checkout Token API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Checkout Token", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Create Checkout Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/checkouts/:checkoutId/token", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "checkoutId", "value": "", "type": "path", "description": "ID of the checkout; the same as the cart ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use the checkout token to display a confirmation page for a guest shopper.\n**Usage Notes** * The response from performing this POST request is a checkout token. * The checkout token is a single-use token that is not order-dependent. You cannot create this token after finalizing an order. * After completing the order, you can redirect the shopper to /order-confirmation/{orderId}?t={checkoutToken}. * After token validation, the /order-confirmation/{orderId} page displays. * The `ORDER_TOKEN` shoul" } ] } ], "bundled": true }