We just GoLive API Rate Limits. Please follow up
curl --location --request POST 'https://api.omisell.com/api/v2/public/inventory/adjust' \
--header 'Authorization;' \
--header 'Seller-ID;' \
--header 'Country;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pickup_id": 0,
"sku": "string",
"quantity_adjusted": 0,
"reason": "string",
"reference_code": "string"
}'
{
"data": [],
"error": false,
"error_code": 200,
"attr_error": null,
"messages": "Adjust inventory in processing",
"request_id": "670dc4d22cfe3bd79154e8a3"
}