Properties
action
action: shippingQuoteViewed
context_page_owner_id
context_page_owner_id: string
flow
flow: "Buy now" | "Make offer" | "Partner offer"
shipping_quotes
shipping_quotes: Array<{ id: string; price_currency: string; price_minor: number; subtype: string; timeline: string; type: string }>
A user views a retrieved shipping quote in checkout
This schema describes events sent to Segment from [[shippingQuoteViewed]]
{ action: "shippingQuoteViewed", context_page_owner_type: "orders-checkout", context_page_owner_id: "6164889300d643000db86504", flow: "Buy now" | "Make offer" | "Partner offer" shipping_quotes: [ { id: "ABC", type: "arta", subtype: "standard", price_minor: 123, price_currency: "USD", timeline: "Est. delivery: 3–5 days after shipping" }, { id: "XYZ", type: "arta", subtype: "express", price_minor: 456, price_currency: "USD", timeline: "Est. delivery: 2 days after shipping" }, ] }