我可以采取哪些步骤来解决不同情况下的错误代码?
E2E原帖:e2e.ti.com/.../faq-ti-api-order-api-error-code-err-ticom-order-api-0001
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.
我可以采取哪些步骤来解决不同情况下的错误代码?
E2E原帖:e2e.ti.com/.../faq-ti-api-order-api-error-code-err-ticom-order-api-0001
| 具体场景 | 错误详情 | 补救步骤 |
| 结算配置文件 ID 无效 | {
"errors": [
{
"errorCode": "ERR-TICOM-INV-API-1001",
"type": "ValidationError",
"section": "inventorySubscription",
"reason": "Subscription limit exceeded",
"message": "Max number of active inventory subscriptions (<limit>) exceeded. Either remove (DELETE) unwanted inventory subscriptions or take no action until an existing subscription expires."
}
]
}
|
注意: 只有完成且 API 就绪的结算配置文件才会在“结算配置文件”页面的 ID 列中包含“复制”图标。 如需将特定结算配置文件的状态从"未完成"更改为"完成",需要管理员单击页面右侧的铅笔图标并填充所需字段。 |
|
付款方式或收货地址为空或 iscomplete 标志为 false |
{
"errors": [
{
"errorCode": "ERR-TICOM-INV-API-1001",
"type": "ValidationError",
"section": "inventorySubscription",
"reason": "Subscription limit exceeded",
"message": "Max number of active inventory subscriptions (<limit>) exceeded. Either remove (DELETE) unwanted inventory subscriptions or take no action until an existing subscription expires."
}
]
}
|
注意: 只有完成且 API 就绪的结算配置文件才会在“结算配置文件”页面的 ID 列中包含“复制”图标。 如需将特定结算配置文件的状态从"未完成"更改为"完成",需要管理员单击页面右侧的铅笔图标并填充所需字段。 |