Amazon Chargeable Weight: Worked Examples

This page focuses only on chargeable-weight logic used in weight handling fee computation.

How Chargeable Weight Is Derived

  • Billing weight is the higher of actual weight and volumetric weight.
  • Volumetric weight formula: (Length x Width x Height) / 5000 (dimensions in cm, output in kg).
  • Shipping weight adds packaging weight (dunnage): 100 g for Standard, 500 g for Heavy Bulky.
  • Final weight is then rounded as per slab logic.

Example 1: Actual Weight Dominates

Inputs

Actual WeightDimensions (cm)Volumetric WeightShipment Type
0.80 kg20 x 15 x 100.60 kgStandard

Computation

Billing weight = max(0.80, 0.60) = 0.80 kg

Shipping weight before rounding = 0.80 + 0.10 = 0.90 kg

Final rounded weight = 1.00 kg

Example 2: Volumetric Weight Dominates

Inputs

Actual WeightDimensions (cm)Volumetric WeightShipment Type
0.45 kg35 x 25 x 203.50 kgStandard

Computation

Billing weight = max(0.45, 3.50) = 3.50 kg

Shipping weight before rounding = 3.50 + 0.10 = 3.60 kg

Final rounded weight = 4.00 kg

Example 3: 3 kg Shipment and Slab Tiering

Inputs

Actual WeightDimensions (cm)Volumetric WeightShipment Type
2.70 kg38 x 28 x 142.98 kgStandard

Computation

Billing weight = max(2.70, 2.98) = 2.98 kg

Shipping weight before rounding = 2.98 + 0.10 = 3.08 kg

Final rounded weight = 4.00 kg

Tiering View

Standard Weight SlabApplicable?Why
<= 500 gNoFinal weight is above 0.5 kg
> 500 g and <= 1 kgNoFinal weight is above 1 kg
> 1 kg and <= 2 kgNoFinal weight is above 2 kg
> 2 kg and <= 5 kgYesFinal weight 4.00 kg falls in this tier
> 5 kgNoFinal weight is not above 5 kg

Example 4: Heavy Bulky Trigger + Dunnage

Inputs

Actual WeightDimensions (cm)ReasonShipment Type
24.0 kg120 x 55 x 40Weight > 22.5 kgHeavy Bulky

Computation

Billing weight = max(actual, volumetric) = 52.80 kg (illustrative)

Dunnage add = 0.50 kg

Shipping weight before rounding = 53.30 kg

Final rounded weight = 54.00 kg

Quick Summary Table

CaseWhat Decides Chargeable WeightTypical Impact
Dense itemActual weight dominatesLower risk of slab jump
Bulky light itemVolumetric weight dominatesHigher slab risk
Mid-weight shipment (for example 3-4 kg)Falls in >2 kg and <=5 kg tier after roundingPer-kg tier charge applies
Heavy BulkyHeavy criteria + 500 g dunnageHigher base slab + add-ons

Need Full Fee Stack (Beyond Weight)?

For referral, closing, program fees, and take-home math, use the fee breakdown page.

Open Fee Breakdown Example