Skip to Content

ProductBulkRate

Describes a product bulk rate, including discount information and the quantity threshold required to receive the discount.

Type Definition

type ProductBulkRate { isPercentage: Boolean amount: Float quantity: Int }

Fields

FieldTypeDescription
isPercentageBooleanReturns true if discount is a percentage.
amountFloatReturns the discount amount.
quantityIntReturns the quantity to purchase to get this discount.

Relationships

ProductBulkRate is a value object used to represent discount pricing tiers for products. It is typically returned as part of product pricing structures and bulk discount configurations.

Example

{ isPercentage amount quantity }

Implements

This type does not implement any interfaces.

No related types.