Magento 2: Set up product dimensions Magento 2: Set up product dimensions

Magento 2: Set up product dimensions

Overview

  • You can add product dimensions to Magento 2, which eShip then reads on import.
  • Magento 2 uses an attribute system to manage the information associated with products (like size, colour and more).
  • To use dimensions in eShip you’ll need to create custom attributes in your Magento 2 settings.

How it works

To start, you will need to create the following custom attributes in Magento 2:

  • Length
  • Height
  • Width

Note: Ensure you follow the exact spelling. Capitalisation (Length vs length) doesn’t matter.

Add a custom attribute in Magento 2

  1. Go to the Admin Panel.
  2. Click Stores.
  3. Click Attributes.
  4. Click Product.
  5. Click Add Attribute.
  6. Click Create New Attribute.
  7. Set the name of the attribute in the field Attribute Label as Length.
  8. Leave the Catalog input Type as "Text Field".
  9. You don't need to change the Required toggle.
  10. Click Save Attribute.

Repeat the above steps to create attributes for Height and Width.

Notes

  • All custom attributes created for one product will be created for all products as empty fields.
  • Once the attributes are created, it will start working next time a customer adds this product to their shopping cart.
  • If your dimensions aren’t pulling through, change the attribute code to all lower case.
  • When importing orders from Magento 2, the dimensions come through to eShip in meters (m).
  • When you open an order, you’ll see the imported dimension converted according to the Display Sizes Unit you’ve set in Settings > Options.