- eBay fulfillment openAPI
- OAuth
- SKU
- Stock
- Inbound
- Outbound
- Warehouse
- Pricing
SKUSetupEFService
Sandbox
https://openapi-stage-hk.orangeconnex.com/openapi
Sandbox
https://openapi-stage-hk.orangeconnex.com/openapi
POST
/3pp/sku/v1/setupEF
SKU
Request
Header Params
clientKey
string
required
Example:
bd1d1971-d0db-11ea-b4a1-00505694c27b
vAuthorization
string
required
Access-Token
string
required
Example:
{{Access-Token}}
Body Params application/json
apiVersion
string
optional
data
object (ExternalSkuJoinEfDTO)
optional
domesticServicesList
array[object (ExternalDomesticService) {3}]
optional
ebayIDList
array[object (ExternalEBayID) {5}]
optional
fulfillmentCenterCode
string
required
internationalService
object (ExternalInternationalService)
optional
mfSkuId
string
required
boundle SKU are not supported.
>= 0 characters<= 50 characters
messageId
string
optional
timestamp
integer <int64>
optional
Example
{
"apiVersion": "v1",
"data": {
"mfSkuId": "OC0000255508040",
"fulfillmentCenterCode": "DE",
"domesticServicesList": [
{
"shippingServiceCode": "DEDomesticStandard",
"isJoinDomesticService": 1,
"shippingServiceRegionList": [
{
"shippingServiceRegion": "",
"shippingCost": 2.11
}
]
}, {
"shippingServiceCode": "DEDomesticEconomy",
"isJoinDomesticService": 1,
"shippingServiceRegionList": [
{
"shippingServiceRegion": "",
"shippingCost": 1.01
}
]
}
],
"internationalService": {
"internationalShippingServiceCode": "DEInternationalStandard",
"isJoinInternationalService": 1,
"countryList": [
{
"destinationCountry": "IT",
"shippingCost": "1"
},
{
"destinationCountry": "FR",
"shippingCost": "1"
}
]
},
"ebayIDList": [
{
"customLabel": "OC0000255648111delabel",
"ebayID": "superfashion1221",
"isJoinEF": 1
}
]
},
"messageId": "20211230077736015",
"timestamp": 1588227933039
}
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/v1/setupEF' \
--header 'clientKey: bd1d1971-d0db-11ea-b4a1-00505694c27b' \
--header 'Access-Token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiVersion": "v1",
"data": {
"mfSkuId": "OC0000255508040",
"fulfillmentCenterCode": "DE",
"domesticServicesList": [
{
"shippingServiceCode": "DEDomesticStandard",
"isJoinDomesticService": 1,
"shippingServiceRegionList": [
{
"shippingServiceRegion": "",
"shippingCost": 2.11
}
]
}, {
"shippingServiceCode": "DEDomesticEconomy",
"isJoinDomesticService": 1,
"shippingServiceRegionList": [
{
"shippingServiceRegion": "",
"shippingCost": 1.01
}
]
}
],
"internationalService": {
"internationalShippingServiceCode": "DEInternationalStandard",
"isJoinInternationalService": 1,
"countryList": [
{
"destinationCountry": "IT",
"shippingCost": "1"
},
{
"destinationCountry": "FR",
"shippingCost": "1"
}
]
},
"ebayIDList": [
{
"customLabel": "OC0000255648111delabel",
"ebayID": "superfashion1221",
"isJoinEF": 1
}
]
},
"messageId": "20211230077736015",
"timestamp": 1588227933039
}'
Responses
🟢200OK
application/json
Body
code
integer <int32>
optional
data
string
optional
errors
array[object (CommonVendorResponseErrorMsgDto) {3}]
optional
code
string
optional
id
string
optional
message
string
optional
message
string
optional
messageId
string
optional
success
boolean
optional
Examples
{
"code": 500129,
"message": "因违反合规要求(实物与eBay刊登描述不一致),此sku不可在此站点加入eF",
"messageId": "20211230077736015",
"success": false
}
🟢201Created
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
Modified at 2025-06-18 09:35:30