We just GoLive API Rate Limits. Please follow up
curl --location -g --request GET 'https://api.omisell.com/api/v2/public/order/{{omisell_order_number}}/receive' \
--header 'Authorization;' \
--header 'Seller-ID;' \
--header 'Country;'
{
"data": [
{
"inventory_sku": "string",
"quantity": 0,
"accepted": 0,
"damaged": 0,
"destroy": 0,
"lost": 0,
"note": "string",
"updated_time": 0
}
],
"error": true,
"error_code": 0,
"attr_error": null,
"messages": "string",
"request_id": "string"
}