Skip to Content
DestinationsCustomer.ioEvents & Properties

Customer.io Events & Properties

Detailed reference of all events and properties Vendo sends to Customer.io.

Order Received

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
productsArrayList of purchased items (max 20)

Products Array

Each item in the products array contains:

PropertyType
product_idString
nameString
variantString
priceNumber
quantityNumber

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 for the abandoned cart
cart_total_amountNumberCart total
product_countNumberNumber of items in cart
productsArrayItems in the cart (max 20)

Checkout Started

Triggered when a customer begins the checkout process.

PropertyTypeDescription
checkout_urlStringCheckout URL
cart_total_amountNumberCart total
Last updated on