Open-API
  1. SKU
Open-API
  • eBay fulfillment openAPI
  • OAuth
    • URL(getAuthorizationCode)
      GET
    • AccessToken
      POST
    • Refresh AccessToken
      POST
  • SKU
    • SKUCreation v3
      POST
    • SKUQuery v3
      POST
    • SKU Label
      POST
    • SKUSetupEFService
      POST
    • QuerySKUEFService
      POST
  • Stock
    • GetStockMovement
      POST
    • StockSnapshot v2
      POST
  • Inbound
    • PlaceInboundOrder
      POST
    • Inbound Order List Query
      POST
    • Inbound Order Detail Query
      POST
    • Inbound Label Query
      POST
    • Upload TrackingNo
      POST
    • Upload Clearance Doc
      POST
  • Outbound
    • Place Outbound Order
      POST
    • Outbound Order Query v2
      POST
    • Outbound Order Cancellation
      POST
  • Warehouse
    • GetServiceList
      GET
  • Pricing
    • Cost Estimation Request
      POST
    • Cost Estimation Response
      POST
  1. SKU

SKUQuery v3

Sandbox
Sandbox
POST
/3pp/sku/v3/query
SKU
The 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。

Request

Header Params
clientKey
string 
required
clientKey
vAuthorization
string 
required
vAuthorization
Access-Token
string 
required
Access-Token
Body Params application/json
apiVersion
string 
optional
data
object 
optional
endTime
string 
optional
The motified time of SKU
Format: YYYY-MM-DD+ time zone, UTC ISO8601,
ex:2018-11-28 + 0800
mfskulist
array[object (MfSkuIdDTO) {1}] 
optional
referenceSKUIDList
array[object (ReferenceSkuIdDTO) {2}] 
optional
seller SKU ID list
sellerSKUIDList
array[object (SellerSkuIdDTO) {1}] 
optional
seller SKU ID list
startTime
string 
optional
The motified time of SKU
Format: YYYY-MM-DD+ time zone, UTC ISO8601,
ex:2018-11-28 + 0800
page
integer 
optional
limit
integer 
optional
messageId
string 
optional
timestamp
integer <int64>
optional
Example
{
  "apiVersion": "string",
  "data": {
    "endTime": "string",
    "mfskulist": [
      {
        "mfskuid": "string"
      }
    ],
    "referenceSKUIDList": [
      {
        "ebayCustomLabel": "string",
        "referenceSKUID": "string"
      }
    ],
    "sellerSKUIDList": [
      {
        "sellerSKUID": "string"
      }
    ],
    "startTime": "string",
    "page": 0,
    "limit": 0
  },
  "messageId": "string",
  "timestamp": 0
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi-stage-hk.orangeconnex.com/openapi/3pp/sku/v3/query' \
--header 'clientKey;' \
--header 'vAuthorization;' \
--header 'Access-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "apiVersion": "string",
    "data": {
        "endTime": "string",
        "mfskulist": [
            {
                "mfskuid": "string"
            }
        ],
        "referenceSKUIDList": [
            {
                "ebayCustomLabel": "string",
                "referenceSKUID": "string"
            }
        ],
        "sellerSKUIDList": [
            {
                "sellerSKUID": "string"
            }
        ],
        "startTime": "string",
        "page": 0,
        "limit": 0
    },
    "messageId": "string",
    "timestamp": 0
}'

Responses

🟢200OK
application/json
Body
code
integer <int32>
optional
data
array[object (SkuQueryResponseV3) {35}] 
optional
WeeeRegistrationNo
string 
optional
Weee registration Number can be created on OC's seller portal.
actualHeight
number 
optional
actual height, which is provided by WH
actualLength
number 
optional
actual length, which is provided by WH
actualWeight
number 
optional
actual weight, which is provided by WH
actualWidth
number 
optional
actual width, which is provided by WH
barcodeList
array[object (SkuBarDto) {2}] 
optional
Barcode list.
batteryForm
string 
optional
PB=Pure Battery; BCE=Battery contained in equipment,; BPE=Battery packed with equipment
batteryNumber
integer <int32>
optional
Battery quantity of this SKU.
batteryType
string 
optional
Value is limited to the codes predefined on the left side of the equal sign:
BC = Button Cell,
OLB = Other Lithium Battery,
OT = Others
batteryTypeNew
string 
optional
Value is limited to the codes predefined on the left side of the equal sign:
PLB = Pure Lithium Battery -,
ALB = Assorted Lithium Battery -,
OPB = Other Pure Battery -,
OAB = Other Assorted Battery -,
BB = Button Cell -,
BLB = Built-in Lithium Battery -,
OBB = Other Built-in Battery -
countryOfOrigin
string 
optional
countryOfOrigin
dimensionUnit
string 
optional
dimensionUnit ex:cm
fileList
array[object (ExternalFileDTO) {3}] 
optional
file list
hscodeList
array[object (HsCodeDestinationCountry) {4}] 
optional
hscodeList
isPolybag
boolean 
optional
Whether to use waterproof bag: false- No, true- Yes. If empty,default value will be set as No.
The filed will be invalid if "Shipping In Own Packaging" of this SKU is set as "Multiple Parcels Preferred".
Example:
false
itemID
string 
optional
ebay Listing
leafCategoryDescription
string 
optional
Same as above.
leafCategoryID
string 
optional
2-character country code(ISO-3166) + 2-character language code(ISO 639-1)
en-US, zh-CN, de-DE
mfskuid
string 
optional
needUNLabel
boolean 
optional
UNLabel
Example:
false
referenceSKUID
string 
optional
The unique SKU ID in 3PP platform
registeredHeight
number 
optional
registered height, which is provided by seller
registeredLength
number 
optional
registered length, which is provided by seller
registeredWeight
number 
optional
registered weight, which is provided by seller
registeredWidth
number 
optional
registered width, which is provided by seller
salesURL
string 
optional
selling URL
sellerSKUID
string 
optional
The SKU ID which is input by seller when they registed SKU on OC's portal or 3pp creation API;
ps: This value may change if user modify this field on OC's portal
serviceRegionList
array[object (ExternalServiceRegion) {11}] 
optional
Set SKU information based on the country of fulfillment Center (warehouse).
sioc
boolean 
optional
skudescription
string 
optional
skunameList
array[object (ExternalSkuQueryResultSkuNameDTO) {3}] 
optional
skupictureURLList
array[object (ExternalSkuQueryResultPictureUrlDTO) {1}] 
optional
tag
string 
optional
LD=Liquid, PO=Powder, PA=Paste, LDPO=Liquid&Powder,POPA=Powder&Paste,LDPA=Liquid&Paste,LDPOPA=Liquid&Powder&Paste, NA=None of Above
weightUnit
string 
optional
Unit of weight value
withBattery
boolean 
optional
true means "this SKU is with battery"
Example:
false
errors
array[object (CommonVendorResponseErrorMsgDto) {3}] 
optional
code
string 
optional
id
string 
optional
message
string 
optional
message
string 
optional
messageId
string 
optional
success
boolean 
optional
page
integer 
optional
limit
integer 
optional
total
integer 
optional
pages
integer 
optional
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": ""
}
🟢201Created
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
Modified at 2025-03-18 02:32:30
Previous
SKUCreation v3
Next
SKU Label
Built with