Create Purchase Event

Tracks a purchase event. Returns the created event if successful.

The Create Purchase Event API records a completed purchase transaction. It requires a brand_id in the path and an order_id in the request body, along with optional fields like user_id, order_total, and product_ids.

Rate limits:
Steady: 1000/hr

Path Params
string
required

Brand ID. UUID v4 format.

Body Params

Purchase event containing information on the user, order, and products.
Used along with track events to track conversion.

A unique identifier of the User.

string
required

A unique identifier of the order.

The total amount of the order.

The email address of the user.

array | null

A list of product identifiers.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json