Options
All
  • Public
  • Public/Protected
  • All
Menu

User sees a shipping estimate. estimate_available = false when artwork is disqualified from arta (due to size, weight, origin country) and therefore does not show an estimate

This schema describes events sent to segment from [[ArtsyShippingEstimateViewed]]

example
{
   action: "shippingEstimateViewed",
   context_page_owner_type: "artwork",
   context_page_owner_id: "58de681f275b2464fcdde097",
   context_page_owner_slug: "damien-hirst",
   origin: "New York, NY, US",
   destination: "Chicago, IL, US",
   estimate_available: true | false
   minimum_estimate: 24 | null
   maximum_estimate: 78 | null
   estimate_currency: "USD"
}

Hierarchy

  • ShippingEstimateViewed

Index

Properties

action

action: shippingEstimateViewed

context_page_owner_id

context_page_owner_id: string

context_page_owner_slug

context_page_owner_slug: string

context_page_owner_type

context_page_owner_type: PageOwnerType

destination

destination: string

estimate_available

estimate_available: boolean

estimate_currency

estimate_currency: string

Optional maximum_estimate

maximum_estimate: number | null

Optional minimum_estimate

minimum_estimate: number | null

origin

origin: string

Generated using TypeDoc