Skip to content
On this page

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

getProductReviews has loaded