{
    "filters": {
        "cancellation_initiator": [
            "CLIENT"
        ],
        "posting_number": [],
        "state": "ALL"
    },
    "limit": 2,
    "offset": 0,
    "with": {
        "counters": true
    }
}curl --location --request POST 'https://api-seller.ozon.ru/v1/conditional-cancellation/list' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "filters": {
        "cancellation_initiator": [
            "CLIENT"
        ],
        "posting_number": [],
        "state": "ALL"
    },
    "limit": 2,
    "offset": 0,
    "with": {
        "counters": true
    }
}'{
    "result": [
        {
            "cancellation_id": 50186754,
            "posting_number": "41267064-0032-1",
            "cancellation_reason": {
                "id": 508,
                "name": "买家取消订单"
            },
            "cancelled_at": "2021-09-03T07:17:12.116114Z",
            "cancellation_reason_message": "",
            "tpl_integration_type": "ThirdPartyTracking",
            "state": {
                "id": 2,
                "name": "确定",
                "state": "APPROVED"
            },
            "cancellation_initiator": "CLIENT",
            "order_date": "2021-09-03T07:04:53.220Z",
            "approve_comment": "",
            "approve_date": "2021-09-03T09:13:12.614200Z",
            "auto_approve_date": "2021-09-06T07:17:12.116114Z"
        },
        {
            "cancellation_id": 51956491,
            "posting_number": "14094410-0018-1",
            "cancellation_reason": {
                "id": 507,
                "name": "买家决定不买了"
            },
            "cancelled_at": "2021-09-13T15:03:25.155827Z",
            "cancellation_reason_message": "",
            "tpl_integration_type": "ThirdPartyTracking",
            "state": {
                "id": 5,
                "name": "自动取消",
                "state": "REJECTED"
            },
            "cancellation_initiator": "CLIENT",
            "order_date": "2021-09-13T07:48:50.143Z",
            "approve_comment": "",
            "approve_date": null,
            "auto_approve_date": "2021-09-16T15:03:25.155827Z"
        }
    ],
    "total": 19,
    "counters": {
        "on_approval": 0,
        "approved": 14,
        "rejected": 5
    }
}