When the user is ready to checkout, you will redirect them to the Fourthwall checkout page. This is where they can review their order and enter their shipping and payment information.Documentation Index
Fetch the complete documentation index at: https://docs.fourthwall.com/llms.txt
Use this file to discover all available pages before exploring further.

checkout.<your_store>.com to the checkout page so that the redirect from your main store is seamless. You can connect custom domains here.
In the Vercel starter kit, you can add the checkout domain (custom or otherwise) to env.local under NEXT_PUBLIC_FW_CHECKOUT.
If you are building your own frontend, redirect to:
/cart/checkout details (including direct product links like products=variantId:quantity), see Cart Checkout Endpoint.
Setting up a meta redirect (recommended)
The emails sent from Fourthwall can sometimes include a link to the Fourthwall (checkout) page. When a user clicks on this link, you will want to redirect them to your domain. You can add a redirect script to yourHead component here.