You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to embed checkouts on not-logged-in customers buying experiences ?
On the Embedded Checkout tutorial, as explained, in order to embed the checkout we need first to "Redirecting a logged-in customer to embedded checkout" but there is no clear path for checkouts of non-logged-in customers. I will like to know how could be provided an alternative for client's that don't want to create an account to complete their purchase.
The text was updated successfully, but these errors were encountered:
If a customer is browsing your headless storefront as a guest (not logged in) and you want to create a checkout session for them as a guest. You can skip the Customer Login API step, and redirect them directly to the embedded_checkout_url link generated from https://api.bigcommerce.com/stores/{{store-hash}}/v3/carts/{{cart-id}}/redirect_urls https://developer.bigcommerce.com/docs/rest-management/carts/redirects#create-cart-redirect-url
How to embed checkouts on not-logged-in customers buying experiences ?
On the Embedded Checkout tutorial, as explained, in order to embed the checkout we need first to "Redirecting a logged-in customer to embedded checkout" but there is no clear path for checkouts of non-logged-in customers.
I will like to know how could be provided an alternative for client's that don't want to create an account to complete their purchase.
The text was updated successfully, but these errors were encountered: