curl --request POST \
--url https://api.myscalev.com/v3/orders/{id}/trigger-purchase \
--header 'Authorization: Bearer <token>'{
"kwai": {},
"meta": {},
"tiktok": {}
}Requires the order:update machine scope. Trigger purchase event for analytics and tracking.
curl --request POST \
--url https://api.myscalev.com/v3/orders/{id}/trigger-purchase \
--header 'Authorization: Bearer <token>'{
"kwai": {},
"meta": {},
"tiktok": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.