We just GoLive API Rate Limits. Please follow up
Stock level of the SKU must be 0 before delisting, otherwise the request fails with "Please set the stock level of '' to 0 before you delist the product."
curl --location 'https://api.omisell.com/api/v2/public/inventory/delisted' \
--header 'Seller-ID;' \
--header 'Country;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"stocks": [
{
"pickup_id": 21,
"sku": "BGN-500"
}
]
}'{
"data": [],
"error": false,
"error_code": 200,
"attr_error": null,
"messages": "Tiếp nhận thông tin đơn hàng từ đối tác thành công",
"request_id": "6a7e9f816ec72e37beb5862f"
}