Queries
reviews
Gets all products reviews to the values provided.
Gets all products reviews to the values provided.
reviews(
alias: String
skip: Int
take: Int
channelId: String
languageId: String
marketId: String
): ProductReviewResultType
Arguments
alias ● String scalar
Product alias
skip ● Int scalar
The amount of products to skip
take ● Int scalar
The amount of products to take
channelId ● String scalar
The channel ID. Will default to an existing value if it is not found.
languageId ● String scalar
The language ID. Will default to an existing value if it is not found.
marketId ● String scalar
The market ID. Will default to an existing value if it is not found.
Type
ProductReviewResultType object
The results of the reviews query.