Reviews > Product Questions > productQuestionsAnswersPage
Commerce APIReviewsProduct QuestionsproductQuestionsAnswersPage
productQuestionsAnswersPage
GET:product_questions/answers/page.json

Description

Get all product question answers.

See also: Pagination.

Permission bit: "product_question_answers.read"

Topic: Product Questions

Arguments

customer_id: String

Filter output by customer


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)


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

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

ProductQuestionAnswerPage

Preview (typescript)

Loading module