Skip to main content

Interface: TieredDiscountOfferLineItem

A line item in the request body for evaluating tiered discount offers.

Omit quantity / total_price (default 0 / "0.00") to send a "product of interest" marker: the entry participates in target / collection-membership matching but contributes nothing to spend or quantity totals.

Properties​

external_product_id​

external_product_id: string


purchase_type​

purchase_type: "onetime" | "subscription"


quantity?​

optional quantity?: number

Defaults to 0 when omitted (product-of-interest marker).


total_price?​

optional total_price?: string

2dp string. Defaults to "0.00" when omitted.