Order Status Push
POST
/webhook-url
Request Request Example
Shell
JavaScript
Java
Swift
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",
"status_id": "string",
"status_name": "string",
"created_time": "string",
"updated_time": 0
},
"event": "string",
"shop_id": 0,
"seller_id": 0,
"platform": "string",
"timestamp": 0,
"request_id": "string"
}'
Response Response Example
{}
Request
Header Params
Content-Type
string
optional
Example:
application/json
Authorization
string
optional
Example:
{{Client Secret}}
Seller-ID
number
optional
Country
string
optional
Examples:
THVNPHIDMY
Body Params application/json
Responses
Modified at 2024-05-09 03:36:02