Home > @vsf-enterprise/bigcommerce-api > BulkPricingRule > amount

# BulkPricingRule.amount property

The discount can be a fixed dollar amount or a percentage. For a fixed dollar amount enter it as an integer and the response will return as an integer. For percentage enter the amount as the percentage divided by 100 using string format. For example 10% percent would be “.10”. The response will return as an integer. Required in /POST.

Signature:

amount: number;