Invalid product dimensions. Requires length >= width >= height
Created Nov 24, 2022
1 min read
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.
Note: Length >= Width >= Height
For more information please visit the Documentation Page.