Create Purchase EventCopy Pagepost https://api.alby.com/analytics/v1/brands/{brand_id}/purchaseTracks a purchase event. Returns the created event if successful.Path Paramsbrand_idstringrequiredBrand ID. UUID v4 format.Body ParamsPurchase event containing information on the user, order, and products. Used along with track events to track conversion.user_idstringnullA unique identifier of the User.order_idstringrequiredA unique identifier of the order.order_totalnumberstringnullThe total amount of the order.email_addressstringnullThe email address of the user.product_idsarray | nullA list of product identifiers.Product Ids array | nullResponses 202Successful Response 422Validation ErrorUpdated 9 months ago