ON_APPROVAL状态的取消申请。该方法适用于 rFBS 订单。 请在 comment参数中解释您的决定。{
    "cancellation_id": 52394916,
    "comment": "取消申请被拒绝。 订单将在指定时间内交付。 如有必要,您可以退货。"
}curl --location --request POST 'https://api-seller.ozon.ru/v1/conditional-cancellation/reject' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "cancellation_id": 52394916,
    "comment": "取消申请被拒绝。 订单将在指定时间内交付。 如有必要,您可以退货。"
}'{}