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": "526960291614111",
"omisell_order_number": "ODVN26072346D433C5",
"omisell_shipment_number": "SPVN2607235E5377A7",
"wms_order_number": "",
"courier_tracking_number": "526960291614111",
"created_time": 1784774694.0,
"updated_time": 1784774754.0,
"status_id": 300,
"status_name": "Shipped",
"is_fulfilled": true
},
"shop_id": 11305,
"seller_id": 27001999,
"platform": "retail",
"event": "shipment.shipped",
"timestamp": 1788315800,
"request_id": "68b6f1c4a90c3e7f2d41b9e6"
}'{}