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 Paramsuser_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_idsA list of product identifiers.arraynullProduct Ids array of stringsResponses 202Successful Response 422Validation ErrorUpdated 7 months ago