Receive Storefront Events
Processes events from storefronts using Shopify pixel event schema
Documentation Index
Fetch the complete documentation index at: https://developers.redo.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Store ID
"64e5a8a1af49a89df37e4ee7"
Body
Shopify pixel event for storefront tracking.
Unique identifier for the event.
Name of the Shopify pixel event.
product_added_to_cart, product_removed_from_cart, product_viewed, checkout_started, checkout_completed, checkout_contact_info_submitted, page_viewed, collection_viewed Source of the event.
AIMERCE ISO 8601 timestamp when the event occurred.
Anonymous identifier for users without account.
Cart information.
Information about specific cart line item.
Checkout information.
Collection information.
Customer information if available.
Customer email if available.
Customer phone if available.
Product variant information.
Complete page URL with query parameters.
Page URL without query parameters.
Response
Event processed successfully