We just GoLive API Rate Limits. Please follow up
⚠️ Not emitted by the platform today. No code path in the Omisell backend produces the order.si.generateevent — it is absent fromwebhooks.event.EVENT_FORMAT_MAPPINGand from every event builder. Do not build a receiver against this page until the API team confirms the emitter.
curl --location 'https://api.omisell.com/webhook-url' \
--header 'Seller-ID;' \
--header 'Country;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"data": {
"order_number": "string",
"omisell_order_number": "string",
"created_time": "string"
},
"event": "string",
"shop_id": 0,
"platform": "string",
"timestamp": 0,
"request_id": "string"
}'{}