- CategoryAPI
- ProductAPI
- Prices&StocksAPI
- Promos
- PricingStrategyAPI
- WarehouseAPI
- PolygonAPI
- FBS&rFBSMarks
- FBS
- ReturnsAPI
- CancellationAPI
- ChatAPI
- ReportAPI
- AnalyticsAPI
- FinanceAPI
添加商品产地信息
POST
/v2/posting/fbs/product/country/set
FBS
请求参数
Body 参数application/json
posting_number
string
货运号。
product_id
integer <int64>
产品ID。
country_iso_code
string
可选
示例
{
"country_iso_code": "NO",
"posting_number": "57195475-0050-3",
"product_id": 180550365
}
示例代码
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/v2/posting/fbs/product/country/set' \
--header 'Content-Type: application/json' \
--data-raw '{
"country_iso_code": "NO",
"posting_number": "57195475-0050-3",
"product_id": 180550365
}'
返回响应
🟢200产地已添加
application/json
Body
product_id
integer <int64>
产品ID。
is_gtd_needed
boolean
可选
示例
{
"product_id": 180550365,
"is_gtd_needed": true
}
🔴500错误
修改于 2023-11-03 05:50:43