{
"serviceType": "string",
"referenceNumber": "string",
"returnWarehouseAreaCode": "string",
"carrier": "string",
"trackingNumber": "string",
"buyerName": "string",
"buyerAddress": "string",
"buyerPostalCode": "string",
"buyerState": "string",
"buyerCity": "string",
"buyerCountryCode": "string",
"buyerEmail": "string",
"buyerPhone": "string",
"houseNumber": "string",
"parcelDescription": "string",
"totalValue": 0,
"currency": "string",
"packageLength": 0,
"packageWidth": 0,
"packageHeight": 0,
"dimensionUnit": "string",
"packageWeight": 0,
"weightUnit": "string",
"remark": "string",
"labelType": "string",
"ebayId": "string",
"ebayOrderId": "string",
"outboundOrderNumber": "string",
"salesChannel": "string",
"returnSkuList": [
{
"skuId": "string",
"skuQuantity": 0
}
]
}curl --location 'https://openapi-stage-hk.orangeconnex.com/openapi/3pp/returns/v1/creation' \
--header 'Content-Type: application/json' \
--data '{
"serviceType": "string",
"referenceNumber": "string",
"returnWarehouseAreaCode": "string",
"carrier": "string",
"trackingNumber": "string",
"buyerName": "string",
"buyerAddress": "string",
"buyerPostalCode": "string",
"buyerState": "string",
"buyerCity": "string",
"buyerCountryCode": "string",
"buyerEmail": "string",
"buyerPhone": "string",
"houseNumber": "string",
"parcelDescription": "string",
"totalValue": 0,
"currency": "string",
"packageLength": 0,
"packageWidth": 0,
"packageHeight": 0,
"dimensionUnit": "string",
"packageWeight": 0,
"weightUnit": "string",
"remark": "string",
"labelType": "string",
"ebayId": "string",
"ebayOrderId": "string",
"outboundOrderNumber": "string",
"salesChannel": "string",
"returnSkuList": [
{
"skuId": "string",
"skuQuantity": 0
}
]
}'{
"requestId": "string",
"success": true,
"hasBusinessException": true,
"errorCode": "string",
"errorMsg": "string",
"message": "string",
"result": {},
"isFallback": true,
"fallback": true
}