Preview

reviews is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

reviews

Retrieve a list of product reviews

This page contains

    Arguments

    productId ID!

    Product ID

    first Int

    Number of product reviews to return by page. Maximum of 250

    after String

    Returns elements after this specific cursor, example MA==

    orderBy ReviewOrderBy PREVIEW

    Product review order information. If not specified, creation date will be use

    filter ReviewFilter PREVIEW

    Product review filter information

    Return Fields

    ReviewsConnection PREVIEW

    Connection used to go through a list of product reviews

    Interactive example

    This is an example query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.