This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TI-API: TI-API: The ordering process sometimes still fails on the error ERR-TICOM-ORDER-API-0008

Part Number: TI-API

The previously reported error with the strange VAT message is back. I can't post in the original thread, so I'm posting in a new one.

{
    "orderInfo": {
        "orderNumber": "",
        "cartId": "C378979657",
        "checkoutProfileId": "...",
        "currencyCode": "USD",
        "orderDate": "2024-01-18T00:06:55Z",
        "orderEntry": "API",
        "customerPurchaseOrderNumber": "2024-RAC-0010#1988",
        "orderStatus": "",
        "totalOrderSummary": {
            "subTotal": 1293.55,
            "estimatedDiscountAmount": 0,
            "estimatedShippingCost": 0,
            "estimatedTaxes": 0,
            "orderTotal": 1293.55,
            "estimatedInventoryTransferFee": null
        },
        "discounts": null,
        "lineItems": [
            {
                "tiLineItemNumber": "0",
                "customerLineItemNumber": "3",
                "tiPartNumber": "SN74CB3T3245DGVR",
                "customerPartNumber": "SN74CB3T3245DGV",
                "tiPartDescription": "3.3-V, 1:1 (SPST), 8-channel FET bus switch with level shifter",
                "partType": "IC",
                "htsCode": "",
                "coCode": "",
                "quantity": 2050,
                "shippedQuantity": 0,
                "unitPrice": 0.631,
                "netPrice": 1293.55,
                "dateCode": null,
                "batchCode": null,
                "status": "",
                "fees": null,
                "discounts": null,
                "packageInformation": {
                    "carrier": "LARGE T&R",
                    "delivery": [
                        {
                            "type": "Full reel",
                            "quantity": 2000
                        },
                        {
                            "type": "Cut tape",
                            "quantity": 50
                        }
                    ]
                },
                "waiverAvailable": "false",
                "trackingAndShipping": [
                    {
                        "shippingFreightAccount": "TI",
                        "trackingNumbers": [],
                        "invoices": [],
                        "creditMemo": null
                    }
                ],
                "customerItemComments": [
                    {
                        "message": "my pol:3"
                    }
                ],
                "notifications": []
            }
        ],
        "shippingAddress": {
            ...
        },
        "billingAddress": {
            ...
        },
        "payment": {
            "type": null,
            "method": null,
            "bankTranferApproverEmail": null,
            "details": null
        },
        "taxInfo": {
            "taxExemption": false
        },
        "vatDetails": [
            {
                "type": "DI?",
                "details": [
                    {
                        "customerTaxId": "...",
                        "customerName": null,
                        "registrationAddress": null,
                        "contactPhone": null,
                        "contactMobilePhone": null,
                        "contactEmail": null,
                        "bankName": null,
                        "bankAccountNumber": null
                    }
                ]
            }
        ],
        "notifications": []
    },
    "errors": [
        {
            "errorCode": "ERR-TICOM-ORDER-API-0008",
            "type": "Validation",
            "section": "Generic",
            "field": null,
            "reason": "Enter a valid VAT/TAX Id",
            "message": "Resubmit the order with correct Tax Id",
            "data": null
        }
    ]
}

**Attention** This is a public forum