{
"messageId": "11111111111EGWG",
"timeStamp": 123123213123,
"data": {
"sellerInboundNumber": "2203123123123030043",
"serviceRegion": "DE",
"shippingFrom": "DE",
"shippingMethod": "TK",
"transportMethod": "TK",
"ETA": "2025-12-27+0800",
"VAT": "",
"cartonList": [
{
"sellerCartonNumber": "C001",
"productList": [
{
"MFSKUID": "OC0000255606056",
"quantity": "10"
},
{
"MFSKUID": "OC0000255604014",
"quantity": "10"
}
]
}
]
}
}
curl --location --request POST 'https://openapi-stage-hk.orangeconnex.com/openapi/3pp/inbound/v1/creation' \
--header 'clientKey: bd1d1971-d0db-11ea-b4a1-00505694c27b' \
--header 'Access-Token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"messageId": "11111111111EGWG",
"timeStamp": 123123213123,
"data": {
"sellerInboundNumber": "2203123123123030043",
"serviceRegion": "DE",
"shippingFrom": "DE",
"shippingMethod": "TK",
"transportMethod": "TK",
"ETA": "2025-12-27+0800",
"VAT": "",
"cartonList": [
{
"sellerCartonNumber": "C001",
"productList": [
{
"MFSKUID": "OC0000255606056",
"quantity": "10"
},
{
"MFSKUID": "OC0000255604014",
"quantity": "10"
}
]
}
]
}
}'
{
"code": 3,
"data": [],
"errors": [
{
"code": "3A0106",
"id": "2203123123123030043",
"message": "MFSKUID OC0000251088010,OC0000255180028 不存在"
}
],
"messageId": "11111111111EGWG",
"success": false
}