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