eBay大中华区API开发者平台 开发者专区

搜 索
首页>API开发者平台>技术文档>若是商品不在eBay的Catalog中,返回的XML response中会包含任何Error信息吗?

技术文档

问题
若是商品不在eBay的Catalog中,返回的XML response中会包含任何Error信息吗?
解答
0
人觉得答案有帮助)

 

是的。当UPC无法找到与商品相对应的eBay Catalog,刊登仍会进行(假设Request中包含了所有其他必需的信息),但是API response会返回一个提示信息:

 

<Errors> 
    <ShortMessage>No product found for ProductListingDetails.<UPC> <711719866821></ShortMessage> 
    <LongMessage>No product found for ProductListingDetails.<UPC> <711719866821></LongMessage> 
    <ErrorCode>21916689</ErrorCode> 
    <SeverityCode>Warning</SeverityCode> 
    <ErrorParameters ParamID="0"> 
      <Value>UPC</Value> 
    </ErrorParameters> 
    <ErrorParameters ParamID="1"> 
      <Value>711719866821</Value> 
    </ErrorParameters> 
    <ErrorClassification>RequestError</ErrorClassification> 
  </Errors> 
>

 


答案对您有帮助吗?

是,对我很有帮助
否,没解决我的问题