Commerce Events
Read Commerce Events
Authorizations
Path parameters
tenantstringRequired
Your Emporix tenant name.
Note: The tenant name should always be provided in lowercase.
Responses
200
List of available commerce events.
application/json
401
The authorization token is invalid or has expired.
application/json
403
Authorization scopes of the access token are not sufficient and do not match the scopes required by the endpoint.
application/json
get
/ai-service/{tenant}/agentic/commerce-eventsGET /ai-service/{tenant}/agentic/commerce-events HTTP/1.1
Host: api.emporix.io
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"events": [
"product.product-created",
"product.product-updated"
]
}Last updated
Was this helpful?

