x-storefront-token; optional scope via x-storefront-scope or scope query.curl --location --request POST 'https://api.craftcart.io/api/v1/storefront/checkout/confirm' \
--header 'x-storefront-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"checkoutSessionId": "cs_test_a1b2c3d4",
"cartId": "cart_e9fd4b94d7f5d9b3"
}'{"success":true,"data":{"confirmed":true,"alreadyExists":false,"order":{"id":"6629c84f5d6a4d7481dfcabc","orderNumber":"CC-2026-20288C","paymentStatus":"paid","fulfilmentStatus":"unfulfilled"}},"meta":{}}