- eBay fulfillment openAPI
- OAuth
- SKU
- Stock
- Inbound
- Outbound
- Warehouse
- Pricing
GetServiceList
Sandbox
https://openapi-stage-hk.orangeconnex.com/openapi
Sandbox
https://openapi-stage-hk.orangeconnex.com/openapi
GET
/3pp/base/v1/service
Warehouse
When 3PP place non-MF orders to OC, they need to tell OC from which warehouse the outbound order should be shipped and by which shipping service they want the outbound order to be fulfilled.
In this scenario, 3PP need to get OC's service list by this API
Request
Header Params
clientKey
string
required
Example:
bd1d1971-d0db-11ea-b4a1-00505694c27b
vAuthorization
string
required
Access-Token
string
optional
Example:
{{Access-Token}}
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 GET 'https://openapi-stage-hk.orangeconnex.com/openapi/3pp/base/v1/service' \
--header 'clientKey: bd1d1971-d0db-11ea-b4a1-00505694c27b' \
--header 'Access-Token: '
Responses
🟢200OK
application/json
Body
code
integer <int32>
optional
data
array[object (service region) {2}]
optional
productList
array[object (OuterProductDTO) {2}]
optional
serviceRegion
string
required
>= 0 characters<= 50 characters
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": 0, "data": [ { "productList": [ { "shippingServiceCode": "DEDomesticStandard", "shippingServiceNameList": [ { "applyPlatform": "0,1", "language": "en-US", "shippingServiceName": "DE Domestic Standard" }, { "applyPlatform": "0,1", "language": "de-DE", "shippingServiceName": "DE Inland Standardversand" }, { "applyPlatform": "0,1", "language": "zh-CN", "shippingServiceName": "德国国内标准配送" }, { "applyPlatform": "0,1", "language": "en-US", "shippingServiceName": "DE Domestic Standard" }, { "applyPlatform": "0,1", "language": "de-DE", "shippingServiceName": "DE Inland Standardversand" }, { "applyPlatform": "0,1", "language": "it-IT", "shippingServiceName": "DE Domestic Standard" } ] }, { "shippingServiceCode": "DEInternationalStandard", "shippingServiceNameList": [ { "applyPlatform": "0,1", "language": "en-US", "shippingServiceName": "DE International Standard" }, { "applyPlatform": "0,1", "language": "zh-CN", "shippingServiceName": "德国国际标准配送" }, { "applyPlatform": "0,1", "language": "de-DE", "shippingServiceName": "DE International Standardversand" }, { "applyPlatform": "0,1", "language": "it-IT", "shippingServiceName": "DE International Standard" } ] }, { "shippingServiceCode": "DEDomesticEconomy", "shippingServiceNameList": [ { "applyPlatform": "0,1", "language": "zh-CN", "shippingServiceName": "德国国内经济配送" }, { "applyPlatform": "0,1", "language": "en-US", "shippingServiceName": "DE Economy" }, { "applyPlatform": "0,1", "language": "it-IT", "shippingServiceName": "DE Economy" }, { "applyPlatform": "0,1", "language": "zh-CN", "shippingServiceName": "德国国内经济配送" }, { "applyPlatform": "0,1", "language": "de-DE", "shippingServiceName": "DE Inland Economy" }, { "applyPlatform": "0,1", "language": "en-US", "shippingServiceName": "DE Domestic Economy" }, { "applyPlatform": "0,1", "language": "it-IT", "shippingServiceName": "DE Domestic Economy" } ] }, { "shippingServiceCode": "DEDomesticFreight", "shippingServiceNameList": [ { "applyPlatform": "0,1", "language": "zh-CN", "shippingServiceName": "德国国内大件配送" }, { "applyPlatform": "0,1", "langua
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
Modified at 2025-06-18 11:53:51