Properties
action
action: shippingEstimateViewed
context_page_owner_id
context_page_owner_id: string
context_page_owner_slug
context_page_owner_slug: string
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
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]]
{ 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" }