{
"skus":"4444444*7,55555555*2",
"currencycode":"USD",
"language":"en"
}
curl --location --request POST 'https://openapi.tvc-mall.com/order/add' \
--header 'Authorization: 2+s8CDVEwkmRHSJ9lorE5Q==' \
--header 'Content-Type: application/json' \
--data-raw '{
"skus":"4444444*7,55555555*2",
"currencycode":"USD",
"language":"en"
}'
{
"Success": true,
"OrderID": "V23120200014",
"Currency": {
"CurrencyCode": "USD",
"CurrencyName": "USD",
"Symbol": "$ - USD",
"Symbol2": "USD",
"Symbol3": "USD - $",
"Rate": 1.0,
"SpecialRate": false,
"FormatString": "${0:N2}",
"Format2String": "USD{0:0.00}",
"Format3String": "USD-${0:0.00}"
},
"Items": [],
"FailedItems": [
{
"SKU": "4444444",
"Quantity": 7,
"Remark": null,
"CustomerSKU": "",
"Exists": 0,
"ErrorMessage": {
"SKU": null,
"Message": "the sku can't use.",
"Data": null,
"ErrorCode": "202"
}
},
{
"SKU": "55555555",
"Quantity": 2,
"Remark": null,
"CustomerSKU": "",
"Exists": 0,
"ErrorMessage": {
"SKU": null,
"Message": "the sku can't use.",
"Data": null,
"ErrorCode": "202"
}
}
],
"Orders": [
{
"orderId": "V23120200014",
"splitLogicsName": ""
}
]
}