Home > @shopware-pwa/helpers > getProductTierPrices

# getProductTierPrices() function

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Get the prices depending on quantity added to cart. Tier prices can be set in Advanced pricing tab in Product view (admin panel)

Signature:

export declare function getProductTierPrices(product: Product): TierPrice[];

# Parameters

Parameter Type Description
product Product

Returns:

TierPrice[]

TierPrice[]