{
"filter": {
"logistic_return_date": {
"time_from": "2019-08-24T14:15:22Z",
"time_to": "2019-08-24T14:15:22Z"
},
"storage_tariffication_start_date": {
"time_from": "2019-08-24T14:15:22Z",
"time_to": "2019-08-24T14:15:22Z"
},
"visual_status_change_moment": {
"time_from": "2019-08-24T14:15:22Z",
"time_to": "2019-08-24T14:15:22Z"
},
"order_id": "0",
"posting_numbers": [
"string"
],
"product_name": "string",
"offer_id": "string",
"visual_status_name": "string",
"warehouse_id": "911",
"barcode": "string",
"return_schema": "FBO"
},
"limit": 500,
"last_id": 0
}curl --location --request POST 'https://api-seller.ozon.ru/v1/returns/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"logistic_return_date": {
"time_from": "2019-08-24T14:15:22Z",
"time_to": "2019-08-24T14:15:22Z"
},
"storage_tariffication_start_date": {
"time_from": "2019-08-24T14:15:22Z",
"time_to": "2019-08-24T14:15:22Z"
},
"visual_status_change_moment": {
"time_from": "2019-08-24T14:15:22Z",
"time_to": "2019-08-24T14:15:22Z"
},
"order_id": "0",
"posting_numbers": [
"string"
],
"product_name": "string",
"offer_id": "string",
"visual_status_name": "string",
"warehouse_id": "911",
"barcode": "string",
"return_schema": "FBO"
},
"limit": 500,
"last_id": 0
}'{
"returns": [
{
"exemplars": [
{
"id": "1019562967545956"
}
],
"id": "1000015552",
"company_id": "3058",
"return_reason_name": "买家拒绝取货:对商品质量不满意",
"type": "FullReturn",
"schema": "Fbs",
"order_id": "24540784250",
"order_number": "58544282-0057",
"place": {
"id": "23869688194000",
"name": "СЦ_Львовский_Возвраты",
"address": "Россия, обл. Московская, г. Подольск, промышленная зона Львовский, ул. Московская, д. 69, стр. 5"
},
"target_place": {
"id": "23869688194000",
"name": "СЦ_Львовский_Возвраты",
"address": "Россия, обл. Московская, г. Подольск, промышленная зона Львовский, ул. Московская, д. 69, стр. 5"
},
"storage": {
"sum": {
"currency_code": "RUB",
"price": "1231"
},
"tariffication_first_date": "2024-07-30T06:15:48.998146Z",
"tariffication_start_date": "2024-07-29T06:15:48.998146Z",
"arrived_moment": "2024-07-29T06:15:48.998146Z",
"days": "0",
"utilization_sum": {
"currency_code": "RUB",
"price": "1231"
},
"utilization_forecast_date": "2024-07-29T06:15:48.998146Z"
},
"product": {
"sku": "1100526203",
"offer_id": "81451",
"name": "Кукла Дотти Плачущий младенец Cry Babies Dressy Dotty",
"price": {
"currency_code": "RUB",
"price": "3318"
},
"price_without_commission": {
"currency_code": "RUB",
"price": "3318"
},
"commission_percent": "1.2",
"commission": {
"currency_code": "RUB",
"price": "2312"
}
},
"logistic": {
"technical_return_moment": "2024-07-29T06:15:48.998146Z",
"final_moment": "2024-07-29T06:15:48.998146Z",
"cancelled_with_compensation_moment": "2024-07-29T06:15:48.998146Z",
"return_date": "2024-07-29T06:15:48.998146Z",
"barcode": "ii5275210303"
},
"visual": {
"status": {
"id": 3,
"display_name": "在取货点",
"sys_name": "ArrivedAtReturnPlace"
},
"change_moment": "2024-07-29T06:15:48.998146Z"
},
"additional_info": {
"is_opened": true,
"is_super_econom": false
},
"source_id": "90426223",
"posting_number": "58544282-0057-1",
"clearing_id": "21190893156000",
"return_clearing_id": null
}
],
"has_next": false
}