Find the answer to your question
Advanced Search
Calculated shipping: The postage cost will be calculated based on dimensional weight, not the actual weight of your package. What does this warning mean?
When creating a multi-quantity listing that uses the shipping calculator to calculate shipping rates. The AddItem response will return the following warning.
<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>
What this indicates is when muliple items are combined together, the shipping calculators will double only the weight not the dimensions.
So if for example an item has the following dimensions:
20x12x18 and the weight is 12lbs
If 2 items are selected, then the shipping calculation will be based one the following dimensions:
20x12x18 and the weight is 24lbs.
How well did this answer your question?
Answers others found helpful
- How can I retrieve shipping rate information for flat and calculated shipping via the Java SDK?
- VerifyAddItem returns Success with no Errors, but AddItem returns Failure with Errors
- ShipToLocations errors when listing with Domestic and/or International Shipping Service Options
- Incomplete or missing ShippingAddress returned in GetItemTransactions and GetSellerTransactions
- Why am I not seeing ShippingServiceAdditionalCost getting included in ShippingServiceSelectedCost in a Transaction with QuantityPurchased greater than 1?