diff --git a/docs/storefront/cart-checkout/checkout-sdk/index.mdx b/docs/storefront/cart-checkout/checkout-sdk/index.mdx index 678349192..a520556f7 100644 --- a/docs/storefront/cart-checkout/checkout-sdk/index.mdx +++ b/docs/storefront/cart-checkout/checkout-sdk/index.mdx @@ -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. +## 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