Question and Answer
Last updated
Last updated
Fetches the list of product questions with optional filters.
/vendor-product-question/vendor-product-question-list
Number of records to return.
Number of records to skip.
Search keyword to filter results.
Flag to include count in the response.
Start date for filtering results (YYYY-MM-DD).
End date for filtering results (YYYY-MM-DD).
Filter results by product name.
Filter results by price.
Filter results by status.
Fetches a list of product questions based on filters such as product ID, SKU, and search keyword.
/vendor-product-question/question-list
The ID of the product to fetch questions for.
Number of records to return. Use 0 for no limit.
Number of records to skip.
Search keyword to filter questions.
Flag to include a count in the response. Use 'true' or 'false'.
The SKU ID of the product.
Fetches detailed information about a specific product by its ID.
/vendor-product/{id}
The ID of the product to retrieve details for.
Allows a user to post a new question for a product.
/vendor-product-question/add-question
The question being asked about the product
The answer to the question
The ID of the product related to the question
The SKU ID of the product related to the question
Updates the status (active/inactive) of a specific product question by its ID.
/vendor-product-question/update-question-status/{questionId}
The ID of the question to update
The ID of the question
The new status of the question (e.g., 0 for inactive, 1 for active)
Deletes a product question by its ID.
/vendor-product-question/delete-question/{questionId}
The ID of the question to delete