通过识别号获取可参与促销活动的商品清单的方法。
{
    "action_id": 63337,
    "limit": 10,
    "offset": 0
}curl --location --request POST 'https://api-seller.ozon.ru/v1/actions/candidates' \
--header 'Content-Type: application/json' \
--data-raw '{
    "action_id": 63337,
    "limit": 10,
    "offset": 0
}'{
    "result": {
        "products": [
            {
                "id": 226,
                "price": 250,
                "action_price": 0,
                "alert_max_action_price_failed": true,
                "alert_max_action_price": 31,
                "max_action_price": 175,
                "add_mode": "NOT_SET",
                "stock": 0,
                "min_stock": 0
            },
            {
                "id": 1366,
                "price": 2300,
                "action_price": 630,
                "alert_max_action_price_failed": true,
                "alert_max_action_price": 31,
                "max_action_price": 770,
                "add_mode": "MANUAL",
                "stock": 0,
                "min_stock": 0
            }
        ],
        "total": 2
    }
}