POST:storefront/search/reviews.json
POST:storefront/search/reviews.json
Description
Perform a review search query getting metadata back.
Topic: Search
Query Parameters
Return up to N entries (pagination). See also: Pagination
Example: ?limit=5
Filter output by customer (negative)
Example: ?not_customer_id=str
Skip N entries (pagination). See also: Pagination
Example: ?offset=5
Filter output by product
Example: ?product_id=str
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
sort_by: SearchReviewsSortBy
Whether to sort output in some specific way. See also: Pagination
Example: ?sort_by=average_score
Whether to use descending sort order. See also: Pagination
Example: ?sort_desc=true
Response Body
Response Body Type
Loading module