curl --request POST \
--url https://api.trieve.ai/api/shopify/user_event \
--header 'Content-Type: application/json' \
--data '{
"event_type": "<string>",
"organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"store_name": "<string>"
}'
This response does not have an example.
This endpoint is used to send a Shopify user event to all users in the organization.
curl --request POST \
--url https://api.trieve.ai/api/shopify/user_event \
--header 'Content-Type: application/json' \
--data '{
"event_type": "<string>",
"organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"store_name": "<string>"
}'
This response does not have an example.
The shopify customer data to add to this user
The body is of type object
.
Public Page associated to the dataset
Was this page helpful?