Other Parts Discussed in Thread: AFE7799
调用TI 产品信息 API 套件 查询产品信息接口 transact.ti.com/.../AFE7799
及查询产品编排信息接口 transact.ti.com/.../AFE7799
都报错,报错如下:
{
"fault": {
"faultstring": "Invalid API call as no apiproduct match found",…
我司准备从备货API套件下单,应该是transact.ti.com/.../AFE7799查询产品,
如果从备货API套件下单的话是否先请求报价API,等待TI接受报价,再可以下单?
另外v1和v2的API是有什么区别,都是查产品的有什么区别,我们主要是通过备货API下单
您好,我们现在要对接库存和价格api,想获取TI的所有GPN和OPN以供采购部门查询使用
目前看到的api套件只有/store/products/{tiPartNumber},/store/products都有必填字段
/store/products/catalog这个接口是查询所有的吗?
测试使用的器件号只支持:器件型号AFE7799IABJ,通用器件型号AFE7799两种吗
他们的关系是不是AFE7799包含AFE7799IABJ…
这个是查询指定商品返回的库存的价格
{
"tiPartNumber": "AFE7799IABJ",
"genericPartNumber": "AFE7799",
"buyNowUrl": "">www.ti.com/.../AFE7799IABJ",
"quantity": 2453…
您好,我司要与TI-API对接,目的是通过TI提供的API接口实现查看TI的商品器件,商品价格,商品库存,然后创建订单,结算订单,现在对接API套件需要对接所有的API套件吗?
例如:TI store API套件,TI产品信息套件,备货API套件
URL: https://www.ti.com.cn/material-attributes-search/cn
transact.ti.com/.../AFE7799
返回:
请求是返回{'fault': {'faultstring': 'Invalid API call as no apiproduct match found', 'detail': {'errorcode': 'keymanagement.service.InvalidAPICallAsNoApiProductMatchFound'}}},请问如何解决
你好!
我调用接口
https://transact.ti.com/v2/store/products?gpn=ISO7640FMDW¤cy=USD&exclude-evms=true&page=0&size=20
用系统给的例子中的产品编号AFE7799
获取的结果为{"content":[{"tiPartNumber":"AFE7799IABJ","genericPartNumber":"AFE7799","buyNowUrl…
我的邮箱为zhengyt@hnthinker.com。
已申请测试与正式系统权限。
测试系统调用API:
https://transact-pre.ti.com/v1/store/products?gpn=AFE7799&page=0&size=10
正确返回产品库存信息。
但用正式系统信息调用正式系统API:
https://transact.ti.com/v1/store/products?gpn=AFE7799&page=0&size=1…
调用任意API查询任意产品的产品信息时报错:
{"fault":{"faultstring":"Invalid API call as no apiproduct match found","detail":{"errorcode":"keymanagement.service.InvalidAPICallAsNoApiProductMatchFound"}}}…
TI-API 测试返回401,这意思是我们的授权还没审核通过吗?我需要怎么做才行?