- CategoryAPI
- ProductAPI
- Prices&StocksAPI
- Promos
- PricingStrategyAPI
- WarehouseAPI
- PolygonAPI
- FBS&rFBSMarks
- FBS
- ReturnsAPI
- CancellationAPI
- ChatAPI
- ReportAPI
- AnalyticsAPI
- FinanceAPI
- DeliveryFBS
- DeliveryrFBS
- Pass
- RFBSReturnsAPI
- BetaMethod
- Examples
- ReviewAPI
通过减价商品的SKU查找减价商品和主商品的信息
POST
/v1/product/info/discounted
Prices&StocksAPI
请求参数
Header 参数
Client-Id
string
用户识别号。
Api-Key
string
API-密钥。
Body 参数application/json
discounted_skus
array[string <int64>]
必需
示例
{
"discounted_skus": [
"635548518"
]
}
示例代码
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/product/info/discounted' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"discounted_skus": [
"635548518"
]
}'
返回响应
🟢200成功
application/json
Body
items
array[object (object) {13}]
可选
comment_reason_damaged
string
对损坏原因的评论。
condition
string
可选
condition_estimation
string
可选
defects
string
商品缺陷。
discounted_sku
integer <int64>
折扣商品的SKU。
mechanical_damage
string
机械性损坏的说明。
package_damage
string
包装损坏的说明。
packaging_violation
string
篡改包装的痕迹。
reason_damaged
string
损害原因。
repair
string
可选
shortage
string
表示商品不完整。
sku
integer <int64>
主要商品的SKU。
warranty_type
string
可选
示例
{
"items": [
{
"discounted_sku": 635548518,
"sku": 320067758,
"condition_estimation": "4",
"packaging_violation": "",
"warranty_type": "",
"reason_damaged": "Механическое повреждение",
"comment_reason_damaged": "повреждена заводская упаковка",
"defects": "",
"mechanical_damage": "",
"package_damage": "",
"shortage": "",
"repair": "",
"condition": ""
}
]
}
🟠400请求有误
🟠403禁止访问
🟠404记录不存在
🟠409409
🔴500服务器错误
修改于 2025-06-10 08:30:17