1. Return
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
    • GetStockAge
      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
    • placeThirdPartyLabelOrder
      POST
  • Pricing
    • GetServiceList
    • Cost Estimation
    • Cost Estimation Request
    • Cost Estimation Response
  • VAS
    • placeVasOrder
    • queryVasOrderDetail
    • cancelVasOrder
  • Return
    • Create RMA
      POST
    • Get Return Label
      GET
    • Cancel RMA
      POST
    • Return Order Query
      GET
    • Return Stock Snapshot
      POST
    • Return Association
      POST
  • Transaction
    • transactionDetailsQuery
    • transactionQuery
  • Webhook
    • Outbound Callback Webhook Reception
  1. Return

Get Return Label

Sandbox
https://openapi-stage-hk.orangeconnex.com/openapi
Sandbox
https://openapi-stage-hk.orangeconnex.com/openapi
GET
/3pp/returns/v1/query/label
3PP can get return label through this API.
After the seller placed an return order on the 3PP site, if they want to use the return label, OC support 3PP querying orders information by return order number.

Request

Query Params

Header Params

Body Params multipart/form-data

Request Code 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 --globoff 'https://openapi-stage-hk.orangeconnex.com/openapi/3pp/returns/v1/query/label?orderNumber=OCS1DE000437036&messageId={{messageId}}&referenceNumber=RMA_18423555' \
--header 'Access-Token: '

Responses

🟢200
application/json
Bodyapplication/json

Example
{
    "success": true,
    "code": 0,
    "messageId": "msg-1781686838330",
    "message": "成功",
    "data": {
        "orderNumber": "OCS1DE000437036",
        "referenceNumber": null,
        "serviceType": "SKU",
        "trackingNumber": "408250008658",
        "carrierName": "DHL",
        "docUrl": "https://spkcnsave.blob.core.chinacloudapi.cn/mp-test/bizwork/label/DHL_R/2026/0421/408250008658.pdf",
        "qrCodeUrl": "https://spkcnsave.blob.core.chinacloudapi.cn/mp-test/bizwork/label/DHL_R/2026/0421/qr_408250008658.png",
        "qrLink": "https://go2app.dhl.de/app/meinemarken/?qrcode=Uk9OfDQwODI1MDAwODY1OHx8REhMIFJFVE9VUkV8QXx0ZXN0fHwyMzEyMyAyM3w1MDgyM3wxMjMxMnxERXxFR05BUk8gUmV0dXJuIENlbnRlciBERTR8fEJvY2h1bWVyIFN0ci4gMTE5fDQ0ODY2fEJvY2h1bXxERXx8fHw0NDg2NjAyOTExOTMzMXw0MDgyNTAwMDg2NTh8MjEwNTI2fChZKURITCBSZXRvdXJlIE9ubGluZXw2&utm_source=rosy"
    },
    "errors": null
}
Modified at 2026-07-09 01:47:19
Previous
Create RMA
Next
Cancel RMA
Built with