- 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/rating-by-sku
ProductAPI
请求参数
Header 参数
Client-Id
string
用户识别号。
Api-Key
string
API-密钥。
Body 参数application/json
skus
array[string <int64>]
必需
示例
{
"skus": [
"179737222"
]
}
示例代码
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/rating-by-sku' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"skus": [
"179737222"
]
}'
返回响应
🟢200成功
application/json
Body
products
array[object (object) {3}]
商品内 容分级。
sku
integer <int64>
可选
product_id
。rating
number <float>
可选
groups
array[object (object) {7}]
可选
示例
{
"products": [
{
"sku": 179737222,
"rating": 42.5,
"groups": [
{
"key": "media",
"name": "媒体",
"rating": 70,
"weight": 25,
"conditions": [
{
"key": "media_images_2",
"description": "已添加2张图片",
"fulfilled": true,
"cost": 50
},
{
"key": "media_video",
"description": "已添加视频",
"fulfilled": false,
"cost": 15
}
],
"improve_attributes": [
{
"id": 4074,
"name": "视频码"
}
],
"improve_at_least": 2
}
]
}
]
}
🟠400请求有误
🟠403禁止访问
🟠404记录不存在
🟠409409
🔴500服务器错误
修改于 2025-06-10 08:30:17