We just GoLive API Rate Limits. Please follow up
Platform | Platform Name | Description |
---|---|---|
prestashop | Prestashop | PrestaShop ecommerce platform. |
woocommerce | Woocommerce | WooCommerce is an open-source e-commerce plugin for WordPress. |
curl --location -g --request POST 'https://api.omisell.com/api/v1/webhooks/hook-shop/{{platform}}' \
--header 'Authorization;' \
--header 'Seller-ID;' \
--header 'Country;' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"created_time": 0,
"order_id": "string",
"order_status": "string",
"hook_type": "order.status"
},
"shop_id": 0
}'
{
"data": {},
"error": true,
"error_code": 0,
"messages": "string",
"request_id": "string",
"timestamp": 0
}