We just GoLive API Rate Limits. Please follow up
curl --location 'https://api.omisell.com/api/v2/public/order//receive' \
--header 'Seller-ID;' \
--header 'Country;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"data": [
{
"inventory_sku": "EH-NA27PN645",
"quantity": 1,
"accepted": 1,
"damaged": 0,
"destroy": 0,
"lost": 0,
"note": "",
"updated_time": 1780479063.0,
"omisell_shipment_number": "SPVN2606031E8B4B3F"
}
],
"error": false,
"error_code": 200,
"attr_error": null,
"messages": "",
"request_id": "6a978954b9e82e49a6860a6a"
}