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.

[FAQ] TI-API: 积压 ASN API 错误代码和含义

Part Number: TI-API

ASN API错误代码的含义是什么?

E2E原帖:e2e.ti.com/.../ti-api-backlog-asn-api-error-codes-and-meanings

  •         具体场景

    错误详情

    补救步骤

    缺少标识符

    {
        "Errors": [
            {
                "Code": "TI-ASN-40010",
                "Message": "Provide one of the following - Purchase Order, Way Bill or Supplier Order number"
            }
        ]
    }

    客户应在请求中传递至少一个有效的CustomerPurchaseOrderIdentifier或 SupplierWayIdentifier 或 SupplierOrderIdentifier。 

    只需一个标识符 

    {
        "Errors": [
            {
                "Code": "TI-ASN-40020",
                "Message": "Only one of the following can be provided - Purchase Order, Way Bill or Supplier Order number"
            }
        ]
    }

    客户应在请求中仅递交一个CustomerPurchaseOrderIdentifier或 SupplierWayBillIdentifier 或 SupplierOrderIdentifier。

    Sold-to号码无效或缺失 

    {
        "Errors": [
            {
                "Code": "TI-ASN-40030",
                "Message": "The sold-to number is invalid or missing. Provide a valid sold-to number."
            }
        ]
    }

    客户应在请求中递交有效的 CustomerSoldToIdentifier。

    PDF 字段值无效 

    {
        "Errors": [
            {
                "Code": "TI-ASN-40040",
                "Message": "The RequestCommercialInvoicePDF and RequestWaybillPDF fields can only be 'X' or blank. Correct and resubmit. Note: 'X' means to request .pdfs"
            }
        ]
    }

    客户应在请求中递交有效的 RequestCommercialInvoicePDF 和 RequestWaybillPDF。 如果您想要接收 PDF,则应在相应字段中递交X,否则字段应留空。 

    正在进行服务器维护 

    {
        "Errors": [
            {
                "Code": "TI-ASN-50000",
                "Message": "TI server maintenance in progress. Contact TI API Support (https://api-portal.ti.com/support) support for more information."
            }
        ]
    }

    TI 服务器正在进行维护。 如需更多信息,请联系 TI API 支持  (https://api-portal.ti.com/support)。

    未找到发货数据 

    {
        "Errors": [
            {
                "Code": "TI-ASN-40410",
                "Message": "Verify and correct the Purchase order OR use the Supplier Order number or WayBill number.   Otherwise, there is no shipment data."
            }
        ]
    }

    客户应递交有效的 CustomerPurchaseOrderIdentifier,并检查 CustomerPurchaseOrderIdentifier 的状态。 只有已完成的订单才有可用的发货数据。 

    未找到发货数据 

    {
        "Errors": [
            {
                "Code": "TI-ASN-40420",
                "Message": "Verify and correct the Supplier order number OR use your Purchase Order or the Supplier WayBill number. Otherwise, there is no shipment data."
            }
        ]
    }

    客户应递交有效的SupplierOrderIdentifier,并检查SupplierOrderIdentifier 的状态。 只有已完成的订单才有可用的发货数据。 

    未找到发货数据

    {
        "Errors": [
            {
                "Code": "TI-ASN-40430",
                "Message": "Verify and correct the WayBill number OR use your Purchase Order or the Supplier Order number. Otherwise, there is no shipment data."
            }
        ]
    }

    客户应递交有效的 SupplierWayBillIdentifier,并检查 SupplierWayBillIdentifier 的状态。 只有已完成的订单才有可用的发货数据。

    标识符无效 

    {
        "Errors": [
            {
                "Code": "TI-ASN-40440",
                "Message": "Verify and correct the sold-to identifier."
            }
        ]
    }

    验证并更正sold-to标识符。 

    缺少业务合作伙伴的Sold-to号码

    {
        "Errors": [
            {
                "Code": "TI-ASN-40450",
                "Message": "Provide the Business Partner's sold-to identifier."
            }
        ]
    }

    请提供业务合作伙伴的sold-to标识符。 

    缺少业务合作伙伴 

    {
        "Errors": [
            {
                "Code": "TI-ASN-40460",
                "Message": "Business Partner is required"
            }
        ]
    }

    业务合作伙伴不能为空。 请提供并重新提交。