- eBay fulfillment openAPI
- OAuth
- SKU
- Stock
- Inbound
- Outbound
- Warehouse
- Pricing
QuerySKUEFService
Sandbox
Sandbox
POST
/3pp/sku/v1/querySKUEFService
SKU
Request
Header Params
clientKey
string
required
vAuthorization
string
required
Access-Token
string
required
Body Params application/json
apiVersion
string
optional
data
object (3PP Query SKU EF Service)
optional
mfSkuList
array[object (EF3ppMFSkuRequest) {2}]
required
messageId
string
optional
timestamp
integer <int64>
optional
Example
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/querySKUEFService' \
--header 'clientKey;' \
--header 'vAuthorization;' \
--header 'Access-Token;' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200OK
application/json
Body
code
integer <int32>
optional
data
array [object {1}]
optional
mfSkuList
array [object {2}]
required
errors
array[object (CommonVendorResponseErrorMsgDto) {3}]
optional
code
string
optional
id
string
optional
message
string
optional
message
string
optional
messageId
string
optional
success
boolean
optional
Example
{
"code": 0,
"data": [
{
"mfSkuList": [
{
"fulfillmentCenterList": [
{
"domesticServicesList": [
{
"shippingServiceCode": "string",
"shippingServiceRegionList": [
{
"additionalQuantityValue": 0,
"currency": "string",
"shippingCost": 0,
"shippingServiceRegion": "string"
}
]
}
],
"ebayIDList": [
{
"Autoflip": 0,
"DefaultInventory": 0,
"customLabel": "string",
"ebayID": "string",
"failedReason": "string",
"status": 0
}
],
"fulfillmentCenterCode": "string",
"internationalServices": {
"countryList": [
{
"additionalQuantityValue": 0,
"currency": "string",
"destinationCountry": "string",
"shippingCost": 0
}
],
"internationalShippingServiceCode": "string"
}
}
],
"mfSkuId": "string"
}
]
}
],
"errors": [
{
"code": "string",
"id": "string",
"message": "string"
}
],
"message": "string",
"messageId": "string",
"success": true
}
🟢201Created
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
Modified at 2023-10-19 08:25:59