Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedFulfillmentTab

A user clicks Delivery or Pickup tab during checkout fulfillment step

This schema describes events sent to Segment from ClickedFulfillmentTab

example
 {
   action: "clickedFulfillmentTab",
   context_page_owner_type: "orders-checkout",
   context_page_owner_id: "b0ac7b78-ee9b-4fa8-b0ca-b726169db217",
   method: "Delivery" | "Pickup",
   flow: "Buy now" | "Make offer" | "Partner offer"
 }

Hierarchy

  • ClickedFulfillmentTab

Index

Properties

action

action: clickedFulfillmentTab

context_page_owner_id

context_page_owner_id: string

context_page_owner_type

context_page_owner_type: PageOwnerType

flow

flow: string

method

method: string

Generated using TypeDoc