- CategoryAPI
- ProductAPI
- Prices&StocksAPI
- Promos
- PricingStrategyAPI
- WarehouseAPI
- PolygonAPI
- FBS&rFBSMarks
- FBS
- ReturnsAPI
- CancellationAPI
- ChatAPI
- ReportAPI
- AnalyticsAPI
- FinanceAPI
货件的部分装配
POST
/v3/posting/fbs/ship/package
FBS
请求参数
Body 参数application/json
posting_number
string
货件号。
products
array[object (object) {3}]
包装中的产品列表。
exemplar_info
array[object (object) {5}]
可选
product_id
integer <int64>
可选
quantity
integer <int32>
副本数量。
示例
{
"posting_number": "48173252-0034-4",
"products": [
{
"exemplar_info": [
{
"gtd": "string",
"is_gtd_absent": true,
"mandatory_mark": "string"
}
],
"product_id": 247508873,
"quantity": 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/v3/posting/fbs/ship/package' \
--header 'Content-Type: application/json' \
--data-raw '{
"posting_number": "48173252-0034-4",
"products": [
{
"exemplar_info": [
{
"gtd": "string",
"is_gtd_absent": true,
"mandatory_mark": "string"
}
],
"product_id": 247508873,
"quantity": 1
}
]
}'
返回响应
🟢200货件装备完成
application/json
Body
additional_data
array [object]
货件附加信息。
result
array[string]
可选
示例
{
"result": [
"48173252-0034-9"
]
}
🔴500错误
修改于 2023-11-03 05:50:43