ASN PUSH时,TI传出的字段信息和标准的不一致 :举例
标准里面的是:
"wayBillNumberList": [
{
"wayBillNumber": "5678901234",
"creationDate": "2021-04-08",
"creationTime": "09:15:08",
"waybillPDF": true
}
但是TI传的是:
"SupplierWayBillNumberList" : [
{
"SupplierWayBillIdentifier" : "0426440132",
"SupplierWayBillCreationDate" : "2024-06-22",
"SupplierWayBillCreationTime" : "06:31:22"
}
目前TI传输的信息如下:
{
"CustomerSoldToIdentifier" : "0000185021",
"SupplierWayBillIdentifier" : "0426440132",
"Data" : {
"ConsolidatedInformation" : [
{
"ShipmentEstimatedDateOfArrival" : "2024-06-27",
"ShipmentGoodsIssueDate" : "2024-06-22",
"ShipmentNumberOfPallets" : "1",
"ShipmentGrossWeight" : "12.100",
"ShipmentGrossWeightUnitOfMeasure" : "KG",
"ShipmentNumberOfPieces" : "1",
"ShipmentNetWeight" : "2.215",
"ShipmentNetWeightUnitOfMeasure" : "KG",
"CarrierShipmentMasterTrackingNumber" : "30000001983162",
"CarrierShipmentBoxTrackingNumber" : "30000001983162",
"SupplierShippingDate" : "2024-06-22",
"SupplierShippingPoint" : "1518",
"SupplierShippingCondition" : "EF",
"CustomerSoldToIdentifier" : "0000185021",
"ModeOfTransport" : "05",
"CustomerBuyerCode" : "0000185020",
"SupplierShipTrackReference" : "30000001983162",
"SupplierSoldToPartyName" : "HK RISING INTERNATIONAL GROUP CO.,",
"ForwardingAgentDetails" : {
"ForwarderCompanyName" : "EXPEDITORS PHILIPPINES INC",
"ForwarderStandardCarrierAccessCode" : "EXDO",
"SupplierCarrierIdentifier" : "0600000454",
"SupplierCarrierTrackingWebSite" : "http://expo.expeditors.com/"
},
"SupplierWayBillNumberList" : [
{
"SupplierWayBillIdentifier" : "0426440132",
"SupplierWayBillCreationDate" : "2024-06-22",
"SupplierWayBillCreationTime" : "06:31:22"
}
],
"SupplierCommercialInvoicelist" : [
"SupplierChipCountryOfOriginCode2Character" : "US",
"SupplierChipCountryOfOriginDescription" : "USA",
"SupplierItemShipTrackCodeQuantity" : "900",
"SupplierBatchNumber" : "4217286PHI",
"SupplierShipDate" : "2024-06-22",
"SupplierDateCode" : "2418+5"
},
{
"SupplierShipTrackCode" : "0288265ZGQ",
"SupplierChipCountryOfOriginCode3Character" : "USA",
"SupplierChipCountryOfOriginCode2Character" : "US",
"SupplierChipCountryOfOriginDescription" : "USA",
"SupplierItemShipTrackCodeQuantity" : "900",
"SupplierBatchNumber" : "4217286PHI",
"SupplierShipDate" : "2024-06-22",
"SupplierDateCode" : "2418+5"
},
{
"SupplierShipTrackCode" : "0288271ZGQ",
"SupplierChipCountryOfOriginCode3Character" : "USA",
"SupplierChipCountryOfOriginCode2Character" : "US",
"SupplierChipCountryOfOriginDescription" : "USA",
"SupplierItemShipTrackCodeQuantity" : "900",
"SupplierBatchNumber" : "4217286PHI",
"SupplierShipDate" : "2024-06-22",
"SupplierDateCode" : "2418+5"
}
]
}
]
}
]
}
]
}
]
}
}
TI标准的字段如下:
{
"wayBillNumber": "5678901234",
"requestCommercialInvoicePDF": "true",
"requestWaybillPDF": "true",
"type": "XXXX",
"data": {
"consolidatedInformation": [
{
"estimatedDateOfArrival": "2021-04-13",
"goodsIssueDate": "2021-04-09",
"numberOfPallet": "1",
"grossWeight": "2.450",
"grossWeightUnitOfMeasure": "KG",
"numberOfPieces": "2",
"netWeight": "0.264",
"netWeightUnitOfMeasure": "KG",
"serviceLevelCode": "ABC",
"productDescription": "ABC DEF GHI",
"carrierShipmentMasterTrackingNumber": "123456",
"carrierShipmentBoxTrackingNumber": "CUSTOMER XLR8",
"shippingDate": "2021-04-09",
"shippingPoint": "1808",
"shippingCondition": "EG",
"specialProcessingIndicator": "string",
"modeOfTransport": "05",
"buyerCode": "12345",
"vendorCode": "ABCDEFG",
"shipTrackReference": "123456789012",
"shipmentInternalTransactionNumberList": [
{
"shipmentInternalTransactionNumber": "1234"
}
],
"forwardingAgentDetails": {
"companyName": "XYZ",
"standardCarrierAccessCode": "ABCD",
"carrierIdentifier": "12345",
"carrierTrackingWebSite": "">https://www.carrierxyz.com"
},
"wayBillNumberList": [
{
"wayBillNumber": "5678901234",
"creationDate": "2021-04-08",
"creationTime": "09:15:08",
"waybillPDF": true
}
],
"commercialInvoicelist": [
{
"commercialInvoiceNumber": "987654321",
"invoiceDate": "2021-04-08",
"invoiceTime": "22:32:40",
"incotermCode": "DDP",
"incotermDescription": "Buyers Dock",
"invoiceValue": "100.100",
"currency": "USD",
"commercialInvoicePDF": true
}
],
"shipToDetails": {
"plantIdentifier": "00001234",
"companyName": "XYZ",
"contactName": "010-234-2010",
"address1": "123 Main St",
"address2": "ABC",
"city": "Fort Worth",
"stateRegion": "TX",
"postalCode": "12345-1234",
"countryCode": "US",
"companyNameAdditionalDetail": "ABCD"
},