has_next = true 在响应中表示,不是所有的货物数组都被返回。要获取有关剩余货件的信息,请提出新的含 offset值的请求。{
"dir": "ASC",
"filter": {
"delivery_method_id": [
"string"
],
"fbpFilter": "string",
"last_changed_status_date": {
"from": "2023-11-03T11:47:39.878Z",
"to": "2023-11-03T11:47:39.878Z"
},
"order_id": 0,
"provider_id": [
"string"
],
"since": "2023-11-03T11:47:39.878Z",
"status": "awaiting_packaging",
"to": "2023-11-03T11:47:39.878Z",
"warehouse_id": [
"string"
]
},
"limit": 0,
"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/list' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"dir": "ASC",
"filter": {
"delivery_method_id": [
"string"
],
"fbpFilter": "string",
"last_changed_status_date": {
"from": "2023-11-03T11:47:39.878Z",
"to": "2023-11-03T11:47:39.878Z"
},
"order_id": 0,
"provider_id": [
"string"
],
"since": "2023-11-03T11:47:39.878Z",
"status": "awaiting_packaging",
"to": "2023-11-03T11:47:39.878Z",
"warehouse_id": [
"string"
]
},
"limit": 0,
"offset": 0,
"with": {
"analytics_data": true,
"barcodes": true,
"financial_data": true,
"legal_info": false,
"translit": true
}
}'{
"result": {
"postings": [
{
"posting_number": "05708065-0029-1",
"order_id": 680420041,
"order_number": "05708065-0029",
"status": "awaiting_deliver",
"substatus": "posting_awaiting_passport_data",
"delivery_method": {
"id": 21321684811000,
"name": "Ozon独立物流, 克拉斯诺戈尔斯克",
"warehouse_id": 21321684811000,
"warehouse": "Steam Toys Nahabino",
"tpl_provider_id": 24,
"tpl_provider": "Ozon物流"
},
"tracking_number": "",
"tpl_integration_type": "ozon",
"in_process_at": "2022-05-13T07:07:32Z",
"shipment_date": "2022-05-13T10: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": "1390.000000",
"currency_code": "RUB",
"offer_id": "205953",
"name": " Electronic designer PinLab Positronic",
"sku": 358924380,
"quantity": 1
}
],
"addressee": null,
"barcodes": null,
"analytics_data": null,
"financial_data": null,
"is_express": false,
"legal_info": {
"company_name": "string",
"inn": "string",
"kpp": "string"
},
"requirements": {
"products_requiring_gtd": [],
"products_requiring_country": [],
"products_requiring_mandatory_mark": []
},
"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": ""
}
]
}
],
"has_next": true
}
}