Reviews > Product Questions > productQuestionsPage
Commerce APIReviewsProduct QuestionsproductQuestionsPage
productQuestionsPage
GET:product_questions/page.json

Description

Get all product questions.

See also: Pagination.

Permission bit: "product_questions.read"

Topic: Product Questions

Arguments

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: ProductQuestionsPageSortBy

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


Result

ProductQuestionPage

Preview (typescript)

Loading module