- 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
/v1/product/info/wrong-volume
BetaMethod
请求参数
Header 参数
Client-Id
string
用户识别号。
Api-Key
string
API-密钥。
Body 参数application/json
cursor
string
可选
limit
integer <int64>
可选
>= 1<= 1000
示例
{
"cursor": "string",
"limit": 1
}
示例代码
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/wrong-volume' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"cursor": "string",
"limit": 1
}'
返回响应
🟢200成功
application/json
Body
cursor
string
可选
products
array[object (object) {8}]
商品列表。
height
integer <int64>
商品高度。
length
integer <int64>
商品长度。
name
string
商品名称。
offer_id
string
可选
product_id
integer <int64>
可选
product_id
。sku
integer <int64>
可选
weight
integer <int64>
商品包装重量。
width
integer <int64>
商品宽度。
示例
{
"cursor": "string",
"products": [
{
"height": 0,
"length": 0,
"name": "string",
"offer_id": "string",
"product_id": 0,
"sku": 0,
"weight": 0,
"width": 0
}
]
}
🟠400请求有误
🟠403禁止访问
🟠404记录不存在
🟠409409
🔴500服务器错误
修改于 2025-06-10 08:30:31