Retrieves a paginated list of customer questions submitted for a specific product.This endpoint is commonly used on product detail pages to display customer inquiries and questions related to the product.
Request
Path Params
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.zid.sa//products/prod_123/questions?page=1&page_size=24'