Skip to main content
All CollectionsShopify App
Shopify Client-Side Events
Shopify Client-Side Events
Updated over a month ago

Vendo utilizes the Standard Events from Shopify’s GraphQL to track and analyze key customer interactions on your Shopify store. Below are the descriptions for each event, providing insights into their purpose and functionality.

Events

Cart Viewed

The Cart Viewed event logs an instance where a customer visited the cart page.

Checkout Address Info Submitted

The Checkout Address Info Submitted event logs an instance of a customer submitting their mailing address. This event is only available in checkouts where Checkout Extensibility for customizations is enabled.

Checkout Completed

The Checkout Completed event logs when a visitor completes a purchase. It’s triggered once for each checkout, typically on the Thank You page. For upsells and post-purchase offers, the Checkout Completed event is triggered on the first upsell offer page instead. The event isn’t triggered again on the Thank You page. If the page where the event is supposed to be triggered fails to load, the Checkout Completed event isn’t triggered at all.
Learn more

Checkout Contact Info Submitted

The Checkout Contact Info Submitted event logs an instance where a customer submits a checkout form. This event is only available in checkouts where Checkout Extensibility for customizations is enabled.
Learn more

Checkout Shipping Info Submitted

The Checkout Shipping Info Submitted event logs an instance where the customer chooses a shipping rate. This event is only available in checkouts where Checkout Extensibility for customizations is enabled.

Checkout Started

The Checkout Started event logs an instance of a customer starting the checkout process. This event is available on the checkout page. For Checkout Extensibility, this event is triggered every time a customer enters checkout. For non-checkout extensible shops, this event is only triggered the first time a customer enters checkout.
Learn more

Collection Viewed

The Collection Viewed event logs an instance where a customer visited a product collection index page. This event is available on the online store page.

Page Viewed

The Page Viewed event logs an instance where a customer visited a page. This event is available on the online store, checkout, and Order Status pages.

Payment Info Submitted

The Payment Info Submitted event logs an instance of a customer submitting their payment information. This event is available on the checkout page.

Product Added To Cart

The Product Added To Cart event logs an instance where a customer adds a product to their cart. This event is available on the online store page.
Learn more

Product Removed From Cart

The Product Removed From Cart event logs an instance where a customer removes a product from their cart. This event is available on the online store page.
Learn more

Product Viewed

The Product Viewed event logs an instance where a customer visited a product details page. This event is available on the product page.
Learn more

Search Submitted

The Search Submitted event logs an instance where a customer performed a search on the storefront. The products returned from the search query are included in this event object (the first product variant for each product is listed in the array). This event is available on the online store page.

Order Received

The order_received event is sent when a new order is created at Shopify. This order could be received from the online store or other sources. A received order may have many payment statuses

Order Fulfilled

The order_fulfilled event is sent when the shop owner has marked the order fulfilled.

Order Refunded

The order_refunded event is sent when the order was fully refunded.

Order Partially Refunded

The order_partially_refunded event is sent when the order is partially refunded.

Did this answer your question?