Skip to content
Shopware

getProductReviews

getProductReviews ​

Definition ​

Get product reviews

Signature ​

ts
export async function getProductReviews(
  productId: string,
  criteria?: ShopwareSearchParams,
  contextInstance: ShopwareApiInstance = defaultInstance,
)

Parameters ​

NameTypeDescription
productId
string
criteria
ShopwareSearchParams
contextInstance
ShopwareApiInstance

Usage example ​

WARNING

Example is generated automatically. Sometimes it's required to be adjusted to your needs.

Open in StackBlitz