Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEVDOCS-5506: [update] End-to-End Guide, Headless with REST #2101

Merged
merged 10 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/api-docs/headless/carts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ In practice, removing all cart items also essentially deletes the cart.

## Resources

- [Carts API](/docs/rest-management/carts)
- [Storefront Carts API](/docs/rest-storefront/carts)
- [End-to-End Guide: Headless Checkout Flow with REST Management APIs](/docs/storefront/headless/end-to-end-guide/rest)
- [REST Management API: Carts](/docs/rest-management/carts)
- [REST Storefront API: Carts](/docs/rest-storefront/carts)
- [Persistent Cart](https://support.bigcommerce.com/s/article/Persistent-Cart)
1 change: 1 addition & 0 deletions docs/api-docs/headless/checkout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ The Checkouts API allows you to move the cart to checkout and turn it into an or

## Resources

- [End-to-End Guide: Headless Checkout Flow with REST Management APIs](/docs/storefront/headless/end-to-end-guide/rest)
- [Restyle Optimized One-Page Checkout](/docs/storefront/cart-checkout/optimized-one-page-checkout)
- [Checkout JS repo](https://github.com/bigcommerce/checkout-js)
- [Checkout SDK Tutorial](/docs/storefront/cart-checkout/checkout-sdk/tutorial)
Loading