技术文档
当创建一个多数量的刊登商品并使用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
答案对您有帮助吗?
是,对我很有帮助 | |
否,没解决我的问题 |