← All disapproval codes
warning missing shipping dimensions

Missing shipping dimensions

What this means

Dimensional-weight shipping requires shipping_length, shipping_width, shipping_height. Without them, oversized items get wrong shipping quotes.

Why this happens

Standard product feeds rarely include packaging dimensions, only product dimensions or just weight.

How to fix it

  1. Add shipping_length, shipping_width, shipping_height — packaged dimensions, not bare product.
  2. Use format 'NUMBER UNIT': '12 in', '30 cm'.
  3. Required for oversized or DIM-billed items; optional otherwise.

Common pitfalls