Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SubmittedOrder

A user submits an order. Includes normal and express checkout flows.

This schema describes events sent to Segment from SubmittedOrder

example
 {
   action: "submittedOrder",
   context_page_owner_type: "ordersShipping" | "ordersReview",
   order_id: "b0ac7b78-ee9b-4fa8-b0ca-b726169db217",
   flow: "Buy now" | "Partner offer",
   credit_card_wallet_type: "applePay" | "googlePay",
 }

Hierarchy

  • SubmittedOrder

Index

Properties

action

action: submittedOrder

context_page_owner_type

context_page_owner_type: OwnerType

Optional credit_card_wallet_type

credit_card_wallet_type: undefined | string

flow

flow: string

order_id

order_id: string

Generated using TypeDoc