- CategoryAPI
- ProductAPI
- Prices&StocksAPI
- Promos
- PricingStrategyAPI
- WarehouseAPI
- PolygonAPI
- FBS&rFBSMarks
- FBS
- ReturnsAPI
- CancellationAPI
- ChatAPI
- ReportAPI
- AnalyticsAPI
- FinanceAPI
- DeliveryFBS
- DeliveryrFBS
- Pass
- RFBSReturnsAPI
- BetaMethod
- Examples
- ReviewAPI
FBS退货数量
POST
/v1/returns/company/fbs/info
Pass
请求参数
Header 参数
Client-Id
string
用户识别号。
Api-Key
string
API-密钥。
Body 参数application/json
filter
object (object)
筛选器。
place_id
integer <int64>
按揽收点ID筛选。
pagination
object (object)
方法响应的分割。
last_id
integer <int64>
可选
id
。limit
integer <int32>
必需
示例
{
"filter": {
"place_id": 0
},
"pagination": {
"last_id": 0,
"limit": 0
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-seller.ozon.ru/v1/returns/company/fbs/info' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"place_id": 0
},
"pagination": {
"last_id": 0,
"limit": 0
}
}'
返回响应
🟢200成功
application/json
Body
drop_off_points
array[object (object) {9}]
揽收点信息。
address
string
揽收点地址。
box_count
integer <int32>
在揽收点的箱数。
id
integer <int64>
揽收点ID。
name
string
揽收点名称。
pass_info
object (object)
通行证信息。
place_id
integer <int64>
到货仓库的ID。
returns_count
integer <int32>
揽收点的退货数量。
utc_offset
string
可选
warehouses_ids
array[string <int64>]
卖家仓库ID。
has_next
boolean
可选
示例
{
"drop_off_points": [
{
"address": "string",
"box_count": 0,
"id": 0,
"name": "string",
"pass_info": {
"count": 0,
"is_required": true
},
"place_id": 0,
"returns_count": 0,
"utc_offset": "string",
"warehouses_ids": [
"string"
]
}
],
"has_next": true
}
🔴500服务器错误
修改于 2025-06-10 08:30:31