- CategoryAPI
- ProductAPI
- Prices&StocksAPI
- Promos
- PricingStrategyAPI
- WarehouseAPI
- PolygonAPI
- FBS&rFBSMarks
- FBS
- ReturnsAPI
- CancellationAPI
- ChatAPI
- ReportAPI
- AnalyticsAPI
- FinanceAPI
- DeliveryFBS
- DeliveryrFBS
- Pass
- RFBSReturnsAPI
- BetaMethod
- Examples
- ReviewAPI
退货申请信息
POST
/v2/returns/rfbs/get
RFBSReturnsAPI
请求参数
Header 参数
Client-Id
string
用户识别号。
Api-Key
string
API-密钥。
Body 参数application/json
return_id
integer <int64>
申请的标识符。
示例
{
"return_id": 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/v2/returns/rfbs/get' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"return_id": 0
}'
返回响应
🟢200成功
application/json
Body
returns
object (object)
申请信息。
available_actions
array[object (object) {2}]
可选
client_name
string
买家姓名。
client_photo
array[string]
商品照片链接。
client_return_method_type
object (object)
退货方式信息。
comment
string
买家评论。
created_at
string <date-time>
申请创建日期。
order_number
string
订单号。
posting_number
string
货件编号。
product
object (object)
商品信息。
rejection_comment
string
可选
rejection_reason
array[object (object) {4}]
可选
return_method_description
string
商品退货方式。
return_number
string
退货申请编号。
return_reason
object (object)
退货原因信息。
ru_post_tracking_number
string
跟踪号码。
state
object (object)
退货状态信息。
warehouse_id
integer <int64>
仓库标识符。
示例
{
"returns": {
"available_actions": [
{
"id": 0,
"name": "string"
}
],
"client_name": "string",
"client_photo": [
"string"
],
"client_return_method_type": {
"id": 0,
"name": "string"
},
"comment": "string",
"created_at": "2019-08-24T14:15:22Z",
"order_number": "string",
"posting_number": "string",
"product": {
"name": "string",
"offer_id": "string",
"currency_code": "string",
"price": "string",
"sku": 0
},
"rejection_comment": "string",
"rejection_reason": [
{
"hint": "string",
"id": 0,
"is_comment_required": true,
"name": "string"
}
],
"return_method_description": "string",
"return_number": "string",
"return_reason": {
"id": 0,
"is_defect": true,
"name": "string"
},
"ru_post_tracking_number": "string",
"state": {
"state": "string",
"state_name": "string"
},
"warehouse_id": 0
}
}
🟠400请求有误
🟠403禁止访问
🟠404记录不存在
🟠409409
🔴500服务器错误
修改于 2025-06-10 08:30:31