Skip to main content

Invalid product dimensions. Requires length >= width >= height.

This article covers the Invalid product dimensions error and how to fix it.

Dillon Jones avatar
Written by Dillon Jones
Updated over 3 years ago

Description:

Invalid product dimensions. Requires length >= width >= height. Template has: length: '...', width: '...', height: '...'

This means your dimensions are not in the correct order.

Solution:

Make sure your length is the longest side, your width is the second longest, and your height is the shortest.

Length >= Width >= Height

Did this answer your question?