Home > @vsf-enterprise/bigcommerce-api > ProductVariant > width
# ProductVariant.width property
Width of the variant, which can be used when calculating shipping costs. If this value is null
, the product's default width (set in the Product resource's width
field) will be used as the base width.
Signature:
width: number | null;