# Product Bulk Rate The `product_bulk_rate` object describes a bulk discount for a product based on quantity. ## Usage Example ```liquid {%- comment -%} Show bulk rates for a product {%- endcomment -%} ``` ## Properties ### amount Returns the discount amount. ### is_percentage Returns true if discount is a percentage. ### quantity Returns the quantity to purchase to get this discount.