Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedOrderPage

A Partner clicks on one of the the CTAs on the orders page on the orders page on CMS.

  • Confirm order
  • Confirm shipping contact and confirm order
  • Accept offer
  • Confirm shipping contact and accept offer
  • Decline offer
  • Send a counter offer
  • Confirm shipping contact and send counter offer

This schema describes events sent to Segment from [[clickedOrderPage]]

example
 {
   action: "clickedOrderPage",
   context_page_owner_type: "order",
   context_page_owner_id: "60de173a47476c000fd5c4cc"
   order_id: "60de173a47476c000fd5c4cc"
   label: "Confirm order"
   artwork_id: "60de173a47476c000fd5c4cc"
   flow: buy
   partner_id: "60de173a47476c000fd5c4cc"
 }

Hierarchy

  • ClickedOrderPage

Index

Properties

action

action: clickedOrderPage

artwork_id

artwork_id: string

context_module

context_module: ContextModule

Optional context_page_owner_id

context_page_owner_id: undefined | string

context_page_owner_type

context_page_owner_type: PageOwnerType

flow

flow: string

label

label: string

order_id

order_id: string

partner_id

partner_id: string

Generated using TypeDoc