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
https://openapi-stage-hk.orangeconnex.com/openapi
Sandbox
https://openapi-stage-hk.orangeconnex.com/openapi
POST
/3pp/sku/v3/query
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

Body Params application/json

Example
{
    "apiVersion": "string",
    "data": {
        "sellerSKUIDList": [
            {
                "sellerSKUID": "test202506160001"
            }
        ],
        "mfskulist": [
            {
                "mfskuid": "OC0000255648111"
            }
        ],
        "referenceSKUIDList": [
            {
                "ebayCustomLabel": "Hc_ebay_auto_test",
                "referenceSKUID": "test202506160001"
            }
        ],
        "limit": 0,
        "startTime": "2022-02-22+0800",
        "endTime": "2025-02-22+0800",
        "page": 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: bd1d1971-d0db-11ea-b4a1-00505694c27b' \
--header 'Access-Token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
    "apiVersion": "string",
    "data": {
        "sellerSKUIDList": [
            {
                "sellerSKUID": "test202506160001"
            }
        ],
        "mfskulist": [
            {
                "mfskuid": "OC0000255648111"
            }
        ],
        "referenceSKUIDList": [
            {
                "ebayCustomLabel": "Hc_ebay_auto_test",
                "referenceSKUID": "test202506160001"
            }
        ],
        "limit": 0,
        "startTime": "2022-02-22+0800",
        "endTime": "2025-02-22+0800",
        "page": 0
    },
    "messageId": "string",
    "timestamp": 0
}'

Responses

🟢200OK
application/json
Body

Examples
{
    "code": 0,
    "data": [
        {
            "MFSKUID": "OC0000255648111",
            "SIOC": true,
            "SKUNameList": [
                {
                    "SKUName": "test202506121815",
                    "languageCode": "zh-CN"
                }
            ],
            "SKUPictureURLList": [],
            "WeeeRegistrationNo": "",
            "actualHeight": 1.00,
            "actualLength": 1.00,
            "actualWeight": 0.155,
            "actualWidth": 1.00,
            "barcodeList": [
                {
                    "barcode": "OC0000255648111",
                    "barcodeType": "2"
                }
            ],
            "countryOfOrigin": "DE",
            "dimensionUnit": "cm",
            "fileList": [],
            "hscodeList": [],
            "isPolybag": false,
            "needUNLabel": false,
            "referenceSKUID": "test202506121815",
            "registeredHeight": 0.00,
            "registeredLength": 0.00,
            "registeredWeight": 0.000,
            "registeredWidth": 0.00,
            "salesURL": "https://fulfillment-stage-cn.orangeconnex.com/sku/RegisterSku?from=add",
            "sellerSKUID": "test202506121815",
            "serviceRegionList": [
                {
                    "ResponsiblePersonCode": "",
                    "serviceRegion": "DE",
                    "status": "Registered",
                    "vasCode": "N",
                    "verifyStatus": "REGISTERED",
                    "withBrand": "WOB"
                }
            ],
            "weightUnit": "kg",
            "withBattery": false
        },
        {
            "MFSKUID": "OC0000255654028",
            "SIOC": true,
            "SKUNameList": [
                {
                    "SKUName": "test202506160001",
                    "languageCode": "zh-CN"
                }
            ],
            "SKUPictureURLList": [],
            "WeeeRegistrationNo": "",
            "barcodeList": [
                {
                    "barcode": "test202506160001",
                    "barcodeType": "1"
                }
            ],
            "batteryTypeNew": "PLB",
            "countryOfOrigin": "",
            "dimensionUnit": "cm",
            "fileList": [
                {
                    "fileType": "MSDS",
                    "fileUrl": "https://mftestfile.blob.core.chinacloudapi.cn/mf-hk-test-file/attachment/sku/msds/2025/6/16/1042122870056026809.pdf"
                },
                {
                    "fileRegion": "DE",
                    "fileType": "CE",
                    "fileUrl": "https://mftestfile.blob.core.chinacloudapi.cn/mf-hk-test-file/attachment/sku/ce/2025/6/16/1042123011567649464.pdf"
                }
            ],
            "hscodeList": [],
            "isPolybag": false,
            "needUNLabel": true,
            "referenceSKUID": "test202506160001",
            "registeredHeight": 0.00,
            "registeredLength": 0.00,
            "registeredWeight": 0.000,
            "registeredWidth": 0.00,
            "salesURL": "https://fulfillment-stage-cn.orangeconnex.com",
            "sellerSKUID": "test202506160001",
            "serviceRegionList": [
                {
                    "ResponsiblePersonCode": "RP000000403EF",
                    "serviceRegion": "DE",
                    "status": "UnderVerification",
                    "vasCode": "N",
                    "verifyStatus": "UNDER VERIFICATION",
                    "withBrand": "WOB"
                }
            ],
            "weightUnit": "kg",
            "withBattery": true
        }
    ],
    "errors": [],
    "limit": 100,
    "page": 1,
    "pages": 1,
    "total": 2
}
🟢201Created
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
Modified at 2025-06-18 09:25:03
Previous
SKUCreation v3
Next
SKU Label
Built with