POST:storefront/search/questions.json
Storefront APIPOST:storefront/search/questions.json

POST:storefront/search/questions.json

Description

Perform a question search query getting metadata back.

Topic: Search

Query Parameters

limit: Int

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

Example: ?limit=5


not_customer_id: String

Filter output by customer (negative)

Example: ?not_customer_id=str


offset: Int

Skip N entries (pagination). See also: Pagination

Example: ?offset=5


product_id: String

Filter output by product

Example: ?product_id=str


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY


sort_by: SearchQuestionsSortBy

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

Example: ?sort_by=created_at


sort_desc: Boolean

Whether to use descending sort order. See also: Pagination

Example: ?sort_desc=true

Response Body

StorefrontQuestionSearchResult

Response Body Type

Loading module