Skip to Content
DestinationsSegmentEvents & Properties

Segment Events & Properties

Detailed reference of all events and properties Vendo sends to Segment.

Order Completed

Triggered when a customer places an order.

PropertyTypeDescription
order_idStringOrder identifier
shopify_order_idStringShopify order ID
emailStringCustomer email
currencyStringOrder currency
totalNumberOrder total
subtotalNumberSubtotal before tax/shipping
taxNumberTax amount
shippingNumberShipping cost
discountNumberDiscount amount
payment_gatewayStringPayment method
productsArrayPurchased items (max 20)

Products Array

Each item in the products array contains:

PropertyType
product_idString
skuString
nameString
variantString
priceNumber
quantityNumber
urlString
image_urlString

Product Purchased

A granular event fired for each individual product in an order, enabling SKU-level analysis.

PropertyTypeDescription
product_idStringProduct ID
skuStringSKU
nameStringProduct name
variantStringVariant title
priceNumberItem price
quantityNumberQuantity purchased
order_idStringParent order ID

Order Fulfilled

Triggered when an order is shipped.

PropertyTypeDescription
order_idStringOrder identifier
tracking_numberStringShipment tracking number
tracking_urlStringTracking URL
fulfillment_speed_daysNumberDays from order to shipment

Order Delivered

Triggered when an order is delivered.

PropertyTypeDescription
order_idStringOrder identifier
delivery_speed_daysNumberDays from order to delivery

Order Refunded

Triggered when a full refund is issued.

PropertyTypeDescription
order_idStringOrder identifier
refund_amountNumberRefund amount
reasonStringRefund reason

Order Partially Refunded

Triggered when a partial refund is issued.

PropertyTypeDescription
order_idStringOrder identifier
refund_amountNumberPartial refund amount

Cart Abandoned

Triggered when a checkout is abandoned.

PropertyTypeDescription
checkout_urlStringRecovery URL
cart_total_amountNumberCart total
product_countNumberItems in cart
productsArrayCart items (max 20)

Checkout Started

Triggered when a customer begins checkout.

PropertyTypeDescription
checkout_urlStringCheckout URL
cart_total_amountNumberCart total
Last updated on