订单测试接口/store/orders/test接口测试报找不到api,请帮忙确人一下什么原因

Other Parts Discussed in Thread: NE555

报错异常:

{
    "fault": {
        "faultstring""Invalid API call as no apiproduct match found",
        "detail": {
            "errorcode""keymanagement.service.InvalidAPICallAsNoApiProductMatchFound"
        }
    }
}

以下是我的参数:

请求地址:transact.ti.com/.../test

参数使用的是swagger中的测试参数:

{
  "order": {
    "checkoutProfileId""INSERT CHECKOUT PROFILE ID HERE",
    "customerPurchaseOrderNumber""INSERT PO NUMBER HERE",
    "endCustomerCompanyName""INSERT END CUSTOMER NAME HERE",
    "expediteShipping"false,
    "customerOrderComments": [
      {
        "message""MY TEST ORDER"
      }
    ],
    "lineItems": [
      {
        "customerLineItemNumber"1,
        "tiPartNumber""NE555DR",
        "customerPartNumber""MY CUSTOMER PARTNUMBER",
        "customReelIndicator"false,
        "quantity"1,
        "customerItemComments": [
          {
            "message""SOME COMMENT GOES HERE"
          }
        ]
      },
      {
        "customerLineItemNumber"2,
        "tiPartNumber""LM358PWR",
        "quantity"1
      }
    ]
  }
}
  • Hi Mary,

    请确认您所使用的 Key 和 Secret 是否为 Ti store的。

  • 我用此key和secret 能正常调用https://transact.ti.com/v1/store/products/NE555DR 接口,并且有正常返回结果,请问这个每个接口密钥不同吗?查询接口响应如下:

    {
        "Manufacturer""Texas Instruments",
        "ProductIdentifier""NE555DR",
        "GenericProductIdentifier""NE555",
        "BuyNowURL""">www.ti.com/.../NE555DR",
        "Quantity"14281992,
        "Pricing": [
            {
                "Currency""USD",
                "PriceBreaks": [
                    {
                        "PriceBreakQuantity"1,
                        "Price"0.152
                    },
                    {
                        "PriceBreakQuantity"100,
                        "Price"0.103
                    },
                    {
                        "PriceBreakQuantity"250,
                        "Price"0.08
                    },
                    {
                        "PriceBreakQuantity"1000,
                        "Price"0.053
                    }
                ]
            }
        ],
        "Description""Single Precision Timer",
        "MinimumOrderQuantity"1,
        "StandardPackQuantity"2500,
        "ExportControlClassificationNumber""EAR99",
        "HtsCode""8542390001",
        "PinCount"8,
        "PackageType""NE555D_8_SOIC_D",
        "PackageCarrier""CUT TAPE",
        "CustomReel"true,
        "LifeCycle""ACTIVE"
    }
  • Hi Mary,

    是的,产品信息和 Ti store 是不同的接口,需要使用不同的密钥。

x 出现错误。请重试或与管理员联系。