{
"messageId": "123456789",
"timestamp": "123456789",
"data": [
{
"referenceNumber": "TEST_123456789",
"orderPlatform": "OTHERS",
"serviceRegion": "UK",
"shippingServiceCode": "GBDomStd_RMOnly",
"consigneeName": "Andrea Jakab",
"houseNumber": "",
"consigneeAddress1": "93 Maresfield Road",
"consigneeAddress2": "ebayud4kpj7",
"consigneeCity": "Brighton",
"consigneeProvinceOrState": "",
"consigneeCountryCode": "GB",
"consigneeZipCode": "BN2 5ES",
"consigneePhone": "7510057052",
"consigneeEmail": "jakab.panni@gmail.com",
"remarks": "test-UK-INT-TEST",
"currency": "GBP",
"productList": [
{
"MFSKUID": "OC0000250380015",
"declaredValue": 1200,
"SKUQuantity": 1,
"currency": "GBP"
}
]
}
]
}curl --location --request POST 'https://openapi-stage-hk.orangeconnex.com/openapi/3pp/outbound/v1/creation' \
--header 'clientKey: bd1d1971-d0db-11ea-b4a1-00505694c27b' \
--header 'Access-Token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"messageId": "123456789",
"timestamp": "123456789",
"data": [
{
"referenceNumber": "TEST_123456789",
"orderPlatform": "OTHERS",
"serviceRegion": "UK",
"shippingServiceCode": "GBDomStd_RMOnly",
"consigneeName": "Andrea Jakab",
"houseNumber": "",
"consigneeAddress1": "93 Maresfield Road",
"consigneeAddress2": "ebayud4kpj7",
"consigneeCity": "Brighton",
"consigneeProvinceOrState": "",
"consigneeCountryCode": "GB",
"consigneeZipCode": "BN2 5ES",
"consigneePhone": "7510057052",
"consigneeEmail": "jakab.panni@gmail.com",
"remarks": "test-UK-INT-TEST",
"currency": "GBP",
"productList": [
{
"MFSKUID": "OC0000250380015",
"declaredValue": 1200,
"SKUQuantity": 1,
"currency": "GBP"
}
]
}
]
}'{
"code": 4,
"data": [],
"errors": [
{
"code": "400448",
"id": "TEST_123456789",
"message": "商品:OC0000250276174 库存不足",
"referenceNumber": "TEST_123456789"
}
],
"messageId": "123456789",
"success": false
}