TI-API: 调通TI-API财务单据检索API报错

Part Number: TI-API

调用TI财务单据检索API报错,报错信息为未授权,Client ID为GACTavpd0FVC8GQWemLw3WLYB4QbDvG7

  • 这是昨天晚上的调用结果,今天早上调用又成功了,没有更改任何信息,请问是什么原因呢?

  • 我在后台看到401和404的报错,原因如下:

    401: token无效,请确保API call前取最新的token。

    {
        "errors": [
            {
                "errorCode": "TI-API-0401",
                "type": "Security",
                "reason": "Invalid Credentials",
                "message": "Invalid bearer token. Please contact your local IT support to verify authentication information. Once resolved, please resubmit request."
            }
        ]
    }  
    404: 发票号错误
    {
        "orderNumber": "1021417545",
        "messages": [
            {
                "code": "TI-TXT-021",
                "type": "ERROR",
                "reason": "Invoice not found for the Sales Order",
                "message": "Invoice not found for the Sales Order"
            }
        ]
    }
    你的这张订单1021417545 当前的状态如果还处于未发货,我看了下所有item的交期都是在2024年了,所以当前是没有任何发票以及发货信息的,谢谢。