We just GoLive API Rate Limits. Please follow up
curl --location --request POST 'https://api.omisell.com/api/v2/public/inventory/delisted' \
--header 'Authorization: Omi {{Token}}' \
--header 'Seller-ID;' \
--header 'Country;' \
--header 'Content-Type: application/json' \
--data-raw '{
"stocks": [
{
"pickup_id": 0,
"sku": "string"
}
]
}'{
"data": [
null
],
"error": true,
"error_code": 0,
"attr_error": null,
"messages": "string",
"request_id": "string"
}