Question and Answer
Last updated
Last updated
Fetches the list of product questions with optional filters.
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.
Successfully got the complete product list.
Fetches a list of product questions based on filters such as product ID, SKU, and search keyword.
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.
Successfully retrieved the product question list.
Fetches detailed information about a specific product by its ID.
The ID of the product to retrieve details for.
Successfully retrieved product details.
Deletes a product question by its ID.
The ID of the question to delete
Successfully deleted the question.
Allows a user to post a new question for a product.
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
Successfully posted the question.
Updates the status (active/inactive) of a specific product question by its ID.
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)
Successfully updated the question status.