{
"timestamp": 0,
"messageId": "string",
"apiVersion": "string",
"data": [
{
"referenceNumber": "string",
"orderPlatform": "string",
"serviceCountry": "string",
"serviceRegion": "string",
"shippingServiceCode": "string",
"companyName": "string",
"consigneeName": "string",
"houseNumber": "string",
"consigneeAddress1": "string",
"consigneeAddress2": "string",
"consigneeCity": "string",
"consigneeProvinceOrState": "string",
"consigneeCountryCode": "string",
"consigneeZipCode": "string",
"consigneePhone": "string",
"consigneeEmail": "string",
"taxId": "string",
"remarks": "string",
"ebayOrderId": "string",
"platformOrderId": "string",
"productList": [
{
"MFSKUID": "string",
"SKUQuantity": 0,
"eBayTransactionID": "string",
"eBayItemID": "string",
"SN": "string",
"declaredValue": 0,
"currency": "string"
}
],
"fileGroupID": "string",
"ebayId": "string",
"vasCode": "string",
"reShipmentEbayOrder": false,
"ocwOrder": true,
"lastMileVendor": "string",
"lastMileService": "string",
"trackingNumber": "string",
"shippingLabel": "string",
"orderType": "string"
}
]
}curl --location 'https://openapi-stage-hk.orangeconnex.com/openapi/3pp/ocw/v1/creation' \
--header 'vendorCode;' \
--header 'Content-Type: application/json' \
--data '{
"timestamp": 0,
"messageId": "string",
"apiVersion": "string",
"data": [
{
"referenceNumber": "string",
"orderPlatform": "string",
"serviceCountry": "string",
"serviceRegion": "string",
"shippingServiceCode": "string",
"companyName": "string",
"consigneeName": "string",
"houseNumber": "string",
"consigneeAddress1": "string",
"consigneeAddress2": "string",
"consigneeCity": "string",
"consigneeProvinceOrState": "string",
"consigneeCountryCode": "string",
"consigneeZipCode": "string",
"consigneePhone": "string",
"consigneeEmail": "string",
"taxId": "string",
"remarks": "string",
"ebayOrderId": "string",
"platformOrderId": "string",
"productList": [
{
"MFSKUID": "string",
"SKUQuantity": 0,
"eBayTransactionID": "string",
"eBayItemID": "string",
"SN": "string",
"declaredValue": 0,
"currency": "string"
}
],
"fileGroupID": "string",
"ebayId": "string",
"vasCode": "string",
"reShipmentEbayOrder": false,
"ocwOrder": true,
"lastMileVendor": "string",
"lastMileService": "string",
"trackingNumber": "string",
"shippingLabel": "string",
"orderType": "string"
}
]
}'{
"success": true,
"code": 0,
"messageId": "string",
"message": "string",
"data": [
{
"referenceNumber": "string",
"orderNumber": "string",
"packageNumber": "string"
}
],
"errors": [
{
"id": "string",
"code": "string",
"message": "string",
"referenceNumber": "string"
}
]
}