Commerce
Track Checkout Started
Track a started checkout for abandoned checkout automations
POST
Track Checkout Started
Track a started checkout from any e-commerce platform. Triggers the
ecommerce.checkout_started event, which can power abandoned checkout automations (start a sequence on ecommerce.checkout_started with a delay, and stop it on ecommerce.order_placed).
Request Body
Unique checkout identifier in your platform.
Checkout total in cents.
ISO 4217 currency code (e.g.
USD).URL the customer can use to resume the checkout. Available in emails as
{{event.checkoutUrl}}.The customer who started the checkout. Requires
email; also accepts
externalId, firstName, lastName, and attributes.Checkout line items. Each item has
productId (required), title
(required), quantity (required), variantId, sku, variantTitle, and
priceCents.Extra event properties to attach to the triggered event.
Responses
Track Checkout Started