NEW — 新的, SEEN — 已查看的。{
"tasks": [
{
"id": 0,
"approved_price": 0,
"seller_comment": "string",
"approved_quantity_min": 0,
"approved_quantity_max": 0
}
]
}curl --location --request POST 'https://api-seller.ozon.ru/v1/actions/discounts-task/approve' \
--header 'Content-Type: application/json' \
--data-raw '{
"tasks": [
{
"id": 0,
"approved_price": 0,
"seller_comment": "string",
"approved_quantity_min": 0,
"approved_quantity_max": 0
}
]
}'{
"result": {
"fail_details": [
{
"task_id": 0,
"error_for_user": "string"
}
],
"success_count": 0,
"fail_count": 0
}
}