Sale Invoice Request
Developing
POST
/webhook-url
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.omisell.com/webhook-url' \
--header 'Authorization;' \
--header 'Seller-ID;' \
--header 'Country;' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"order_number": "string",
"omisell_order_number": "string",
"created_time": "string"
},
"event": "string",
"shop_id": 0,
"platform": "string",
"timestamp": 0,
"request_id": "string"
}'
Response Response Example
{}
Request
Header Params
Content-Type
string
required
Default:
application/json
Authorization
string
required
Default:
Omi {{Token}}
Seller-ID
number
optional
Country
string
optional
Examples:
THVNPHIDMY
Body Params application/json
Responses
Modified at 2024-05-09 04:06:04