Reviews > Product Reviews > storefrontProductReviewsPage
Storefront APIReviewsProduct ReviewsstorefrontProductReviewsPage
storefrontProductReviewsPage
GET:storefront/product_reviews/page.json

Description

Get all product reviews.

See also: Pagination.

Topic: Product Reviews

Arguments

created_at_max: String

Filter output by creation date, upper boundary

Timestamp (RFC 3339)


created_at_min: String

Filter output by creation date, lower boundary

Timestamp (RFC 3339)


customer_id: String

Filter output by customer


language: String

Filter output by language


last_key: String

Key of the last item from previous page. See also: Pagination


limit: Int

Return up to N entries (pagination). See also: Pagination


min_flag_count: Int

Filter by flag count (inclusive)


not_customer_id: String

Filter output by customer (negative)


offset: Int

Skip N entries (pagination). See also: Pagination


product_id: String

Filter output by product


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


sort_by: ProductReviewsPageSortBy

Whether to sort output in some specific way. See also: Pagination


sort_desc: Boolean

Whether to use descending sort order. See also: Pagination


status: ApprovalStatus

Publishing approval status


updated_at_max: String

Filter output by last update date, upper boundary

Timestamp (RFC 3339)


updated_at_min: String

Filter output by last update date, lower boundary

Timestamp (RFC 3339)


Result

StorefrontProductReviewPage

Preview (typescript)

Loading module