docs: fix spelling and grammar (#13862)

Fixed various spelling errors and grammatical issues across multiple .mdx documentation files.
This commit is contained in:
MBLVD
2025-10-27 10:48:59 +02:00
committed by GitHub
parent dbf8fb9bda
commit 799b57c396
47 changed files with 80 additions and 80 deletions
@@ -58,7 +58,7 @@ The [Update Cart API route](!api!/store#carts_postcartsid) accepts a `region_id`
You might need to change the cart's customer in two cases:
- You created the cart for the customer as a guest, then they logged-in, so you want to associate the cart with them as a registered customer.
- You're transfering the cart from one customer to another, which is useful in company setups, such as when implementing B2B commerce applicatons.
- You're transferring the cart from one customer to another, which is useful in company setups, such as when implementing B2B commerce applications.
To set or change the cart's customer, send an authenticated `POST` request to the Set Cart's Customer API route: