Open
Description
What article on segment.com/docs is affected?
https://segment.com/docs/connections/spec/ecommerce/v2/
What part(s) of the article would you like to see updated?
According to this article:
- Checkout Started accepts only
order_id
. - Checkout Step Viewed and Checkout Step Completed accept only
checkout_id
. - Order Completed accepts both
checkout_id
andorder_id
.
My best guess is that this is a mistake, and Checkout Started should accept only checkout_id
, not order_id
.
Logically, the checkout ID should exist as soon as the checkout is started, whereas an order ID won't normally exist until an order is completed. This is the way it works with most e-commerce platforms.
Additional information
No response