- CategoryAPI
- ProductAPI
- Prices&StocksAPI
- Promos
- PricingStrategyAPI
- WarehouseAPI
- PolygonAPI
- FBS&rFBSMarks
- FBS
- ReturnsAPI
- CancellationAPI
- ChatAPI
- ReportAPI
- AnalyticsAPI
- FinanceAPI
获取商品详细信息
POST
/v1/product/info/description
ProductAPI
请求参数
Header 参数
Client-Id
string
用户识别号。
示例值:
{{Client-Id}}
Api-Key
string
API-密钥。
示例值:
{{Api-Key}}
Body 参数application/json
offer_id
string
可选
product_id
integer <int64>
商品识别码。
示例
{
"offer_id": "5",
"product_id": 73453843
}
示例代码
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/description' \
--header 'Client-Id: ' \
--header 'Api-Key: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"offer_id": "5",
"product_id": 73453843
}'
返回响应
🟢200商品详细信息
application/json
Body
result
object (object)
可选
description
string
描述。
id
integer <int64>
识别码。
name
string
名称。
offer_id
string
可选
示例
{
"result": {
"id": 73453843,
"offer_id": "5",
"name": "狗狗训练课程 \"三周内拥有乖顺的狗\"",
"description": "快速课程为全课程的缩减版 \"狗: 训练教程\", 给予最基础的知识、技能、能力。这是迈出训狗教学第一步的最佳选择!<br/><br/>快速课程带来什么:<ul><li>与狗狗交流 </li></ul>快速课程将要结束之时,您将获得在任何时候都伴您左右的温顺小狗陪伴者。<ul><li>安全信心</li></ul>理想狗狗: 再也不会挣脱狗绳、追赶猫猫、吃街上的食物等。<ul><li>Комфортная жизнь</li></ul>更高水平的沟通、对动物行为没有愤怒、喊叫、不满。"
}
}
🟠400参数有误
🟠403拒绝访问
🟠404回答未找到
🟠409请求冲突
🔴500内部服务器错误
修改于 2023-11-03 06:04:11