Events
Fire Event
Endpoint
POST /rest/3.0/fireEventsRequest Headers
Request Body
Example – Custom Event
curl -X POST https://restapi.netmera.com/rest/3.0/fireEvents \
-H "X-netmera-api-key: your_rest_api_key" \
-H "Content-Type: application/json" \
-d '[
{
"extId": "id_in_my_system_1",
"name": "ShareEvent",
"itemId": "4234",
"channel": "Facebook"
}
]'Cancel Order Event
Example – Cancel Order Event
Last updated
Was this helpful?