docs: remove section on updating cart's customer (#10154)

* docs: add more clarification on updating a cart's customer

* remove section
This commit is contained in:
Shahed Nasser
2024-11-19 15:19:53 +02:00
committed by GitHub
parent 1f44281ed6
commit 3f4e6a168b
2 changed files with 0 additions and 45 deletions
@@ -118,7 +118,3 @@ This is necessary, as only products matching the cart's sales channel(s) can be
## Associate Customer with Cart
When the cart is created for a logged-in customer, it's automatically associated with that customer.
If the customer is a guest, then later logs in, you can set their ID on the cart by updating it.
Refer to [this documentation](../update/page.mdx#update-carts-customer) to learn how to set the customer of a cart.