Magento2 – Import Product Dimensions (Length, Width, Height)

attributescsvimportmagento2product-attribute

I am trying to import dimension data to a Magento 2.2.6 store. The Magento attributes are present on the product, but I cannot figure out how to import to these fields. I have tried length and item_length (and similar for height and width). Every time, the import completes "successfully", but the dimensions are not added.

Has anybody found the correct column headings to use for these fields?

Excel Import Sample Settings

Best Answer

I found the correct headings to use by searching the attributes table of the database. Here are the headings to use, in case you find this searching like I was:

ts_dimensions_length

ts_dimensions_width

ts_dimensions_height
Related Topic