SKUQuery v3
POST
/3pp/sku/v3/queryThe seller has SKUs maintained on the OC site, and then they query their SKUs that already exist on the OC site to the 3PP platform.
This interface is for querying SKU information and returns details such as the OCSKUID, name, dimensional weight, and other relevant information. The input parameter SKUlist requires at least one entry. The request supports pagination, with the default response being the first page and a maximum of 200 entries per page.
此接口为 SKU 信息查询接口,返回商品的 OCSKUID,名称,尺重等信息。
入参 SKUList 至少有一个必填。
请求支持分页,默认返回第一页,每页上限 200。
请求参数
Header Params
clientKey
string
required
clientKey
vAuthorization
string
required
vAuthorization
Access-Token
string
required
Access-Token
Body Params application/json
No schema defined
Example
Not configured
示例代码
Responses
OK(200)
Created(201)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
No schema defined
Example
{
"code": 0,
"data": [
{
"MFSKUID": "OC0000000194079",
"SIOC": true,
"SKUDescription": "Alte Berufe",
"SKUNameList": [
{
"SKUName": "iphone X",
"attributeDescription": "Green, Large",
"languageCode": "en-US"
}
],
"SKUPictureURLList": [
{
"SKUPictureURL": "https://mf-seller-static-pr-hk.orangeconnex.com/attachement/sku/picture/2021/9/23/548481373371891778.JPG"
}
],
"batteryForm": "PB",
"batteryNumber": 3,
"batteryType": "OLB",
"countryOfOrigin": "GB",
"dimensionUnit": "cm",
"fileList": [
{
"fileRegion": "DE",
"fileType": "BRANDAUTH",
"fileUrl": "https://mf-seller-static-pr-hk.orangeconnex.com/attachement/sku/brand_authorization/2021/9/23/548481372038103106.pdf"
},
{
"fileType": "MSDS",
"fileUrl": "https://mf-seller-static-pr-hk.orangeconnex.com/attachement/sku/msds/2021/9/23/548481416753578050.pdf"
},
{
"fileRegion": "DE",
"fileType": "CE",
"fileUrl": "https://mf-seller-static-pr-hk.orangeconnex.com/attachement/sku/ce/2021/9/23/548481370574291010.pdf"
}
],
"hscodeList": [
{
"currency": "EUR",
"declaredValue": 1,
"destinationCountry": "IE",
"hsCode": "0123456789"
},
{
"currency": "EUR",
"declaredValue": 1,
"destinationCountry": "OEU",
"hsCode": "12345678"
}
],
"leafCategoryDescription": "Godsmack",
"leafCategoryID": "2329",
"needUNLabel": true,
"referenceSKUID": "3PP202109230123",
"registeredHeight": 43,
"registeredLength": 12,
"registeredWeight": 24,
"registeredWidth": 24,
"salesURL": "https://i.ebay.com/100004770263.html",
"sellerSKUID": "3PP202109230123",
"serviceRegionList": [
{
"brandName": "Apple",
"ebayCustomLabel": "ebay0030123",
"serviceRegion": "DE",
"verifyStatus": "READY FOR REGISTRATION",
"withBrand": "AFOB"
}
],
"tag": "PO",
"weightUnit": "kg",
"withBattery": true
}
],
"message": "成功",
"messageId": ""
}
Last modified: 18 小时前