docs: fix spelling and grammar (#13862)
Fixed various spelling errors and grammatical issues across multiple .mdx documentation files.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user