- 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
/v4/fbs/posting/product/exemplar/validate
FBS&rFBSMarks
查看卖家知识库中的错误详情
请求参数
Header 参数
Client-Id
string
用户识别号。
Api-Key
string
API-密钥。
Body 参数application/json
posting_number
string
货件编号。
products
array[object (object) {2}]
商品列表。
exemplars
array[object (object) {3}]
样件信息。
product_id
integer <int64>
商品标识码。
示例
{
"posting_number": "23281294-0063-2",
"products": [
{
"exemplars": [
{
"gtd": "",
"mandatory_mark": "010290000151642731tVMohkbfFgunB",
"jw_uin": ""
}
],
"product_id": 476925391
}
]
}
示例代码
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/v4/fbs/posting/product/exemplar/validate' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"posting_number": "23281294-0063-2",
"products": [
{
"exemplars": [
{
"gtd": "",
"mandatory_mark": "010290000151642731tVMohkbfFgunB",
"jw_uin": ""
}
],
"product_id": 476925391
}
]
}'
返回响应
🟢200成功
application/json
Body
result
object (object)
方式运行结果。
products
array[object (object) {4}]
商品列表。
示例
{
"result": {
"products": [
{
"product_id": 476925391,
"exemplars": [
{
"mandatory_mark": "010290000151642731tVMohkbfFgunB",
"jw_uin": "",
"gtd": "",
"valid": true,
"errors": []
}
],
"valid": true,
"error": ""
}
]
}
}
🟠400请求有误
🟠403禁止访问
🟠404记录不存在
🟠409409
🔴500服务器错误
修改于 2025-06-10 08:30:31