We just GoLive API Rate Limits. Please follow up
curl --location --request POST 'https://api.omisell.com/webhook-url' \
--header 'Authorization: {{Client Secret}}' \
--header 'Seller-ID;' \
--header 'Country;' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"order_number": "string",
"omisell_order_number": "string",
"omisell_shipment_number": "string",
"wms_order_number": "string",
"courier_tracking_number": "string",
"created_time": 0,
"updated_time": 0,
"status_id": 0,
"status_name": "string"
},
"event": "string",
"shop_id": 0,
"seller_id": 0,
"platform": "string",
"timestamp": 0,
"request_id": "string"
}'
{}