Home > @vsf-enterprise/bigcommerce-api > ProductVariant > price
# ProductVariant.price property
This variant's base price on the storefront. If a Price List ID is used, the Price List value will be used. If a Price List ID is not used, and this value is null
, the product's default price (set in the Product resource's price
field) will be used as the base price.
Signature:
price: number | null;