ON_APPROVAL 的取消申请。在 comment 参数中说明拒绝原因。订单将保留当前状态,并需继续发货给买家。{
    "cancellation_id": 0,
    "comment": "string"
}curl --location --request POST 'https://api-seller.ozon.ru/v2/conditional-cancellation/reject' \
--header 'Content-Type: application/json' \
--data-raw '{
    "cancellation_id": 0,
    "comment": "string"
}'