We just GoLive API Rate Limits. Please follow up
curl --location 'https://api.omisell.com/api/v2/public/inventory/adjust' \
--header 'Authorization: Omi {{Token}}' \
--header 'Seller-ID;' \
--header 'Country;' \
--header 'Content-Type: application/json' \
--data '{
"pickup_id": 21,
"sku": "AT-COTTON-001-DO-M",
"quantity_adjusted": 50,
"reason": "Kiểm kê định kỳ",
"reference_code": "STOCKTAKE-2026-09"
}'{
"data": {
"processed_skus": [
"SKU-A",
"SKU-B"
],
"failed_skus": []
},
"error": false,
"error_code": 200,
"attr_error": null,
"messages": "Adjust inventory in processing",
"request_id": "670dc4d22cfe3bd79154e8a3"
}