@spree/docs 0.1.153 → 0.1.155

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -87,6 +87,7 @@ Spree’s native Stripe integration supports a wide range of features and paymen
87
87
  - Accept Alipay payments
88
88
  - Accept WeChat Pay payments
89
89
  - Accept Afterpay, Klarna, Affirm, and more
90
+ - Automatic tax calculation at checkout with Stripe Tax
90
91
 
91
92
  ### Storefront Display
92
93
 
@@ -101,6 +102,21 @@ Spree’s Stripe integration enhances the customer experience with dynamic, cont
101
102
  - Various payment options on the payment step (cards, BNPL, Apple Pay, Google Pay, Link)
102
103
  ![Quick payments bypassing checkout 1st step (Apple Pay, Google_Pay, Link)](https://vendo-production-res.cloudinary.com/image/upload/w_2000/q_auto/v1742930027/docs/github/Spree_x_Stripe_-_Apple_Pay_Google_Pay_Link_-_Checkout_payment_step_rxxnr9.jpg)
103
104
 
105
+ ## Stripe Tax
106
+
107
+ Stripe Tax lets Spree calculate tax automatically at checkout based on the customer's shipping address, so you don't need to maintain manual rates for every region you sell into. It's only available if Stripe is connected as your payment gateway.
108
+
109
+ > **NOTE:** Before using Stripe Tax, you need to configure your tax nexus (the regions where you're registered to collect tax) in your Stripe dashboard.
110
+
111
+ To enable it in Spree:
112
+
113
+ 1. Navigate to **Settings → Tax → Tax Rates** and add a new tax rate.
114
+ 2. Set the **Calculator** field to **Stripe Tax Calculator**.
115
+ 3. Make sure any products you want Stripe to calculate tax on are assigned the tax category associated with that rate. You can assign a tax category from the **Tax** section of the product editor.
116
+
117
+ See [<u>Settings → Tax</u>](/user/settings/tax) for more on configuring tax rates and categories, and [<u>Create a Product</u>](/user/products/creating-products) for details on assigning tax categories.
118
+
119
+
104
120
  ## Stripe Connect for Marketplaces
105
121
 
106
122
  Spree Commerce [Enterprise Edition](https://spreecommerce.org/spree-commerce-version-comparison-community-edition-vs-enterprise-edition/) comes with a fully automated Stripe Connect integration for [multi-vendor marketplace use cases](https://spreecommerce.org/marketplace-ecommerce/):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spree/docs",
3
- "version": "0.1.153",
3
+ "version": "0.1.155",
4
4
  "description": "Spree Commerce developer documentation for AI agents and local reference",
5
5
  "type": "module",
6
6
  "license": "CC-BY-4.0",