Skip to content

Commit 10febba

Browse files
authored
DOC-2327: Add notes to checkout-api.rst (#40925)
DOC-2327: Add notes to checkout-api.rst (#40925)
1 parent 3fe09c8 commit 10febba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/checkout-api.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ Alternatively, a checkout process can be initiated using an existing source enti
108108
- **POST** ``/api/orders/{id}/checkout`` to create checkout based on a specific order.
109109
- **POST** ``/api/shoppinglists/{id}/checkout`` to create checkout based on a shopping list.
110110

111+
.. note:: Please be aware that for guest users, checkout must be initiated from a shopping list.
112+
111113
Step 2: Retrieve and Set Shipping and Payment Methods
112114
-----------------------------------------------------
113115

@@ -162,6 +164,8 @@ Example:
162164
}
163165
}
164166
167+
.. note:: Please be aware that this is currently not applicable to multi-organization setups like OroMarketplace due to differences in how shipping is managed across multiple organizations.
168+
165169
Step 3: Validate Checkout Readiness
166170
-----------------------------------
167171

0 commit comments

Comments
 (0)