- 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/reject
RFBSReturnsAPI
comment
参数中解释您的决定。请求参数
Header 参数
Client-Id
string
用户识别号。
Api-Key
string
API-密钥。
Body 参数application/json
return_id
integer <int64>
退货申请的标识符。
comment
string
可选
rejection_reason.is_comment_required
参数为 true
,则传递备注。rejection_reason_id
integer <int64>
必需
rejection_reason
。示例
{
"return_id": 0,
"comment": "string",
"rejection_reason_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/reject' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"return_id": 0,
"comment": "string",
"rejection_reason_id": 0
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
🟠400请求有误
🟠403禁止访问
🟠404记录不存在
🟠409409
🔴500服务器错误
修改于 2025-06-10 08:30:31