awaiting_registration — 等待注册,acceptance_in_progress — 正在验收,awaiting_approve — 等待确认,awaiting_packaging — 等待包装,awaiting_deliver — 等待装运,arbitration — 仲裁,client_arbitration — 快递客户仲裁,delivering — 运输中,driver_pickup — 司机处,cancelled — 已取消,not_accepted — 分拣中心未接受,sent_by_seller – 由卖家发送。{
    "dir": "ASC",
    "filter": {
        "cutoff_from": "2021-08-24T14:15:22Z",
        "cutoff_to": "2021-08-31T14:15:22Z",
        "delivery_method_id": [],
        "provider_id": [],
        "status": "awaiting_packaging",
        "warehouse_id": []
    },
    "limit": 100,
    "offset": 0,
    "with": {
        "analytics_data": true,
        "barcodes": true,
        "financial_data": true,
        "legal_info": false,
        "translit": true
    }
}curl --location --request POST 'https://api-seller.ozon.ru/v3/posting/fbs/unfulfilled/list' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "dir": "ASC",
    "filter": {
        "cutoff_from": "2021-08-24T14:15:22Z",
        "cutoff_to": "2021-08-31T14:15:22Z",
        "delivery_method_id": [],
        "provider_id": [],
        "status": "awaiting_packaging",
        "warehouse_id": []
    },
    "limit": 100,
    "offset": 0,
    "with": {
        "analytics_data": true,
        "barcodes": true,
        "financial_data": true,
        "legal_info": false,
        "translit": true
    }
}'{
    "result": {
        "postings": [
            {
                "posting_number": "23713478-0018-3",
                "order_id": 559293114,
                "order_number": "33713378-0051",
                "status": "awaiting_packaging",
                "delivery_method": {
                    "id": 15110442724000,
                    "name": "Ozon 物流快递员,莫斯科",
                    "warehouse_id": 15110442724000,
                    "warehouse": "列宁街道仓库",
                    "tpl_provider_id": 24,
                    "tpl_provider": "Ozon Логистика"
                },
                "tracking_number": "",
                "tpl_integration_type": "ozon",
                "in_process_at": "2021-08-25T10:48:38Z",
                "shipment_date": "2021-08-26T10:00:00Z",
                "delivering_date": null,
                "optional": {
                    "products_with_possible_mandatory_mark": [
                        0
                    ]
                },
                "cancellation": {
                    "cancel_reason_id": 0,
                    "cancel_reason": "",
                    "cancellation_type": "",
                    "cancelled_after_ship": false,
                    "affect_cancellation_rating": false,
                    "cancellation_initiator": ""
                },
                "customer": null,
                "products": [
                    {
                        "price": "1259",
                        "currency_code": "RUB",
                        "offer_id": "УТ-0001365",
                        "name": "球,颜色: 黑色, 5千克",
                        "sku": 140048123,
                        "quantity": 1
                    }
                ],
                "addressee": null,
                "barcodes": {
                    "upper_barcode": "%101%806044518",
                    "lower_barcode": "23024930500000"
                },
                "analytics_data": {
                    "region": "圣彼得堡",
                    "city": "圣彼得堡",
                    "delivery_type": "PVZ",
                    "is_premium": false,
                    "payment_type_group_name": "付款卡",
                    "warehouse_id": 15110442724000,
                    "warehouse": "列宁街道仓库",
                    "tpl_provider_id": 24,
                    "tpl_provider": "Ozon物流",
                    "delivery_date_begin": "2022-08-28T14:00:00Z",
                    "delivery_date_end": "2022-08-28T18:00:00Z",
                    "is_legal": false
                },
                "financial_data": {
                    "products": [
                        {
                            "commission_amount": 0,
                            "commission_percent": 0,
                            "payout": 0,
                            "product_id": 140048123,
                            "old_price": 1888,
                            "price": 1259,
                            "total_discount_value": 629,
                            "total_discount_percent": 33.32,
                            "actions": [
                                "卖家的系统虚拟折扣"
                            ],
                            "quantity": 1
                        }
                    ]
                },
                "is_express": false,
                "legal_info": {
                    "company_name": "string",
                    "inn": "string",
                    "kpp": "string"
                },
                "requirements": {
                    "products_requiring_gtd": [],
                    "products_requiring_country": []
                },
                "tariffication": [
                    {
                        "current_tariff_rate": 0,
                        "current_tariff_type": "",
                        "current_tariff_charge": "",
                        "current_tariff_charge_currency_code": "",
                        "next_tariff_rate": 0,
                        "next_tariff_type": "",
                        "next_tariff_charge": "",
                        "next_tariff_starts_at": "2023-11-13T08:05:57.657Z",
                        "next_tariff_charge_currency_code": ""
                    }
                ]
            }
        ],
        "count": 55
    }
}