Skip to content

DEVDOCS-6388 | Feedback - How to see which version of Checkout SDK yo… #953

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
11 changes: 11 additions & 0 deletions docs/storefront/cart-checkout/checkout-sdk/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,17 @@ In the developer console, you can see the entire available cart object. The outp
We can, for example, get or set shipping and billing addresses, sign in customers, apply coupons or gift certificates, initialize payment, or complete orders.
</Callout>

## FAQs

**How can I find the Checkout SDK version my custom checkout is currently using?**

The Checkout SDK version is included in all API request headers from the checkout.

To find your version:

1. Open Developer Tools in your browser.
2. Load your checkout page.
3. Under the Network tab in Developer Tools, search for `x-checkout-sdk-version`.

## Resources

Expand Down