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

搜 索
首页>API开发者平台>技术文档>运费计算的问题:“运费按包裹的体积而非其实际重量计算。”这是什么意思?

技术文档

问题
运费计算的问题:“运费按包裹的体积而非其实际重量计算。”这是什么意思?
解答
0
人觉得答案有帮助)

 当创建一个多数量的刊登商品并使用Shipping Calculator计算运费时,AddItem Response会返回如下的提示信息:

  <Errors> 
    <ShortMessage>The postage cost will be calculated based on dimensional weight, not the actual weight of your package.</ShortMessage> 
    <LongMessage>The postage cost will be calculated based on dimensional weight, not the actual weight of your package. Please check the weight and dimensions of your package.</LongMessage> 
    <ErrorCode>21916962</ErrorCode> 
    <SeverityCode>Warning</SeverityCode> 
    <ErrorClassification>RequestError</ErrorClassification> 
  </Errors>

 

这表明,当多个商品合并在一起时,Shipping Calculators按重量叠加运费,而非商品体积。

 

所以如果某个商品尺寸如下:

体积:20x12x18。重量:12lbs

选择此商品两个,运费计算依据如下:

体积:20x12x18,重量:24lbs


答案对您有帮助吗?

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