We just GoLive API Rate Limits. Please follow up
This is the cuspayload format (HookCus.format_type = "cus", the default). A subscription created with a differentformat_typereceives a different, much larger payload — ask Omisell before assuming this shape.Delivery: POSTwithContent-Type: application/jsonandAuthorization: <client secret>(the raw secret, no scheme prefix).request_idis generated per delivery attempt. Redirects are not followed — answer2xxdirectly. Retries: up to 5, exponential backoff starting at 5 minutes.
curl --location 'https://api.omisell.com/webhook-url' \
--header 'Seller-ID;' \
--header 'Country;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"data": {
"omisell_return_order_number": "RTNVN2606030D62FE4C",
"return_order_number": "RTNVN2606030D62FE4C",
"order_number": "EMP2_F230_SDALazada13",
"shop_id": 11305,
"status_id": 800,
"status_name": "Returned",
"created_time": 1780478979.0,
"updated_time": 1780479063.0
},
"shop_id": 11305,
"seller_id": 27001999,
"platform": "retail",
"event": "order_return.refund_paid",
"timestamp": 1788315800,
"request_id": "68b6f1c4a90c3e7f2d41b9e7"
}'{}