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": {
"order_number": "DOC-EXAMPLE-ORDER-1786692417-A",
"omisell_order_number": "ODVN260814CABA2C2C",
"created_time": 1786692417.0,
"updated_time": 1786692612.0,
"escrow_release_time": 0.0,
"shop_id": 11303,
"status_id": 400,
"status_name": "Processing",
"is_fulfilled": false
},
"shop_id": 11303,
"seller_id": 27001999,
"platform": "retail",
"event": "order.processing",
"timestamp": 1788315800,
"request_id": "68b6f1c4a90c3e7f2d41b9e5"
}'{}