{
    "discounted_skus": [
        "635548518"
    ]
}curl --location --request POST 'https://api-seller.ozon.ru/v1/product/info/discounted' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "discounted_skus": [
        "635548518"
    ]
}'{
    "items": [
        {
            "discounted_sku": 635548518,
            "sku": 320067758,
            "condition_estimation": "4",
            "packaging_violation": "",
            "warranty_type": "",
            "reason_damaged": "Механическое повреждение",
            "comment_reason_damaged": "повреждена заводская упаковка",
            "defects": "",
            "mechanical_damage": "",
            "package_damage": "",
            "shortage": "",
            "repair": "",
            "condition": ""
        }
    ]
}