Skip to content

Commit 2bb19dc

Browse files
Update tax-use-cases.md
1 parent 85d9f19 commit 2bb19dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pages/starter-kit/checkout/tax-use-cases.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,6 @@ This ensures that both the `Quote` and each `Quote Item` contain tax-relevant cu
222222

223223
Once the customer places an order, all serialized custom attributes already present in the `Quote` and `Quote Item` entities are automatically propagated to the `Order` and `Order Item` entities, respectively.
224224

225-
> This propagation is an existing behavior implemented previously as part of the custom attributes module and does not require additional setup from the tax module.
226-
227225
This propagation ensures that tax class metadata—initially attached by customer and product associations—is consistently preserved throughout the entire checkout lifecycle. This allows external systems (such as tax calculation services) to access the tax class and its serialized custom attributes using:
228226

229227
- REST APIs

0 commit comments

Comments
 (0)