调用创建订单测试API返回如下信息:
{
"orderInfo":{
"orderNumber":"",
"cartID":"C334428497",
"checkoutProfileId":"E95520F65********",
"currencyCode":"CNY",
"orderDate":"2022-09-30T01:08:14Z",
"orderEntry":"API",
"customerPurchaseOrderNumber":"20220930001",
"orderStatus":"",
"orderedBy":"灿 ",
"endCustomerCompanyName":"********",
"application":"Portable electronics",
"endEquipment":"RF smart remote control",
"intendedForMilitary":"No",
"isProductionOrder":false,
"totalOrderSummary":{
"subTotal":108030,
"estimatedDiscountAmount":0,
"estimatedShippingCost":113,
"estimatedTaxes":14058.59,
"orderTotal":122201.59
},
"discounts":null,
"lineItems":[
{
"tiLineItemNumber":"0",
"customerLineItemNumber":"1",
"tiPartNumber":"CC1310F128RGZR",
"customerPartNumber":"",
"tiPartDescription":"SimpleLink 32-bit Arm Cortex-M3 Sub-1 GHz wireless MCU with 128kB Flash",
"partType":"IC",
"htsCode":"",
"coCode":"",
"quantity":5000,
"shippedQuantity":0,
"unitPrice":21.606,
"netPrice":108030,
"dateCode":null,
"batchCode":null,
"status":"",
"fees":null,
"discounts":null,
"packageInformation":{
"carrier":"LARGE T&R",
"delivery":[
{
"type":"Full reel",
"quantity":5000
}
]
},
"waiverAvailable":"false",
"trackingAndShipping":[
{
"shippingFreightAccount":"TI",
"trackingNumbers":[
{
"shippingFromCountryCode":"Singapore",
"serviceLevel":"International economy",
"shipDate":null,
"masterTracking":null,
"leg1Carrier":null,
"leg1Tracking":null,
"leg1TrackingURL":null,
"leg2Carrier":null,
"leg2Tracking":null,
"leg2TrackingURL":null
}
],
"invoices":[
],
"creditMemo":null
}
],
"customerItemComments":null,
"notifications":[
]
}
],
"shippingAddress":{
"firstName":"*****",
"lastName":"***",
"company":"Shenzhen *****",
"addressLine1":"*****",
"addressLine2":"****",
"city":"Shenzhen",
"stateRegion":"Guangdong",
"postalCode":"518057",
"regionCode":"CN",
"region":"China",
"email":"********",
"phoneNumber":"*******",
"companyUrl":"********"
},
"billingAddress":{
"firstName":"********",
"lastName":"********",
"company":"Shenzhen ********",
"addressLine1":"********",
"addressLine2":"********",
"city":"Shenzhen",
"stateRegion":"Guangdong",
"postalCode":"518057",
"regionCode":"CN",
"region":"China",
"email":"********",
"phoneNumber":"********",
"companyUrl":"********"
},
"payment":{
"type":null,
"method":null,
"bankTranferApproverEmail":null
},
"taxInfo":{
"taxExemption":false
},
"vatDetails":[
{
"type":"SPECIALPAPERINVOICE",
"details":[
{
"customerTaxId":"********",
"customerName":"********",
"registrationAddress":"深圳市********",
"contactPhone":null,
"contactMobilePhone":"********",
"contactEmail":"",
"bankName":"平安银行股份有限公司",
"bankAccountNumber":"********"
}
]
}
],
"orderComments":null,
"notifications":[
]
},
"errors":[
{
"errorCode":"ERR-TICOM-ORDER-API-0009",
"type":"Validation",
"section":"Generic",
"field":null,
"reason":"Your bank transfer order does not meet minimum order value requirements for your country",
"message":"Resubmit the request with different payment options. For additional information refer to https://api-portal.ti.com/order-api-payment",
"data":null
}
]
}