Home > @vsf-enterprise/bigcommerce-api > ProductVariant > sale_price
# ProductVariant.sale_price property
This variant's sale 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 sale price (set in the Product resource's price
field) will be used as the sale price.
Signature:
sale_price: number | null;