Creates a new customer question for a specific product.This endpoint is typically used on product detail pages to allow customers to ask questions before purchasing.
Request
Path Params
Body Params application/x-www-form-urlencodedRequired
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 POST 'https://api.zid.sa//products/prod_123/questions' \
--data-urlencode'name=Ahmed Ali' \
--data-urlencode'email=ahmed@example.com' \
--data-urlencode'question=Does this product come with a warranty?' \
--data-urlencode'is_anonymous=false'