- 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
/v5/fbs/posting/product/exemplar/validate
Examples
请求参数
Header 参数
Client-Id
string
用户识别号。
Api-Key
string
API-密钥。
Body 参数application/json
posting_number
string
发货号。
products
array[object (v5FbsPostingProductExemplarValidateV5RequestProduct) {2}]
商品清单。
exemplars
array[object (v5FbsPostingProductExemplarValidateV5RequestProductExemplar) {3}]
副本信息。
product_id
integer <int64>
可选
示例
{
"posting_number": "string",
"products": [
{
"exemplars": [
{
"gtd": "string",
"marks": [
{
"mark": "string",
"mark_type": "string"
}
],
"rnpt": "string"
}
],
"product_id": 0
}
]
}
示例代码
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/v5/fbs/posting/product/exemplar/validate' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"posting_number": "string",
"products": [
{
"exemplars": [
{
"gtd": "string",
"marks": [
{
"mark": "string",
"mark_type": "string"
}
],
"rnpt": "string"
}
],
"product_id": 0
}
]
}'
返回响应
🟢200成功
application/json
Body
products
array[object (v5FbsPostingProductExemplarValidateV5ResponseProduct) {4}]
商品清单。
error
string
错误代码。
exemplars
array[object (v5FbsPostingProductExemplarValidateV5ResponseProductExemplar) {5}]
副本信息。
product_id
integer <int64>
可选
valid
boolean
可选
true
。示例
{
"products": [
{
"error": "string",
"exemplars": [
{
"errors": [
"string"
],
"gtd": "string",
"marks": [
{
"errors": [
"string"
],
"mark": "string",
"mark_type": "string",
"valid": true
}
],
"rnpt": "string",
"valid": true
}
],
"product_id": 0,
"valid": true
}
]
}
🔴500服务器错误
修改于 2025-06-10 08:30:31