Skip to Content
DestinationsSegmentEvents & Properties

Segment Events & Properties

Reference for events and properties Vendo sends to Segment.

Last reviewed September 15, 2026

This page lists the events and properties that Vendo sends to Segment. The tables describe the events of the V1 Vendo Shopify app. Each event also has source (Vendo - Shopify App) and version.

Order Completed

Vendo sends this event 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_methodStringPayment method
productsArrayPurchased items

Products Array

Each item in the products array contains:

PropertyType
product_idString
skuString
nameString
variantString
priceNumber
quantityNumber
urlString
image_urlString

Product Purchased

Vendo sends this event for each product in an order. You can use it for SKU-level analysis.

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

Order Fulfilled

Vendo sends this event when an order is shipped.

PropertyTypeDescription
order_idStringOrder identifier
shopify_order_idStringShopify order ID
fulfillment_idStringFulfillment ID
emailStringCustomer email
fulfillment_statusStringFulfillment status
fulfillment_serviceStringFulfillment service
tracking_numberStringShipment tracking number
tracking_urlStringTracking URL
fulfillment_speed_daysNumberDays from order to shipment

Order Delivered

Vendo sends this event when an order is delivered.

PropertyTypeDescription
order_idStringOrder identifier
shopify_order_idStringShopify order ID
fulfillment_idStringFulfillment ID
emailStringCustomer email
fulfillment_statusStringFulfillment status
delivery_dateStringDelivery date
delivery_speed_daysNumberDays from order to delivery

Order Refunded

Vendo sends this event when a full refund is issued.

PropertyTypeDescription
order_idStringOrder identifier
shopify_order_idStringShopify order ID
refund_idStringRefund ID
emailStringCustomer email
currencyStringOrder currency
refund_amountNumberRefund amount
totalNumberOrder total
cancel_reasonStringCancel reason

Order Partially Refunded

Vendo sends this event when a partial refund is issued.

PropertyTypeDescription
order_idStringOrder identifier
shopify_order_idStringShopify order ID
refund_idStringRefund ID
currencyStringOrder currency
refund_amountNumberPartial refund amount
totalNumberOrder total

Cart Abandoned

Vendo sends this event when a checkout is abandoned.

PropertyTypeDescription
checkout_idStringCheckout ID
emailStringCustomer email
currencyStringCart currency
checkout_urlStringRecovery URL
totalNumberCart total
subtotalNumberCart subtotal
discountNumberDiscount amount
productsArrayCart items

Checkout Started

Vendo sends this event when a customer begins checkout.

PropertyTypeDescription
checkout_idStringCheckout ID
emailStringCustomer email
currencyStringCart currency
totalNumberCart total
subtotalNumberCart subtotal
discountNumberDiscount amount
productsArrayCart items
event_sourceStringwebhook
Need help?

When you contact support, give your workspace, the source or destination name, the job ID and the first error message.

support@vendodata.com
Last updated on