Operation Id:
products/questions/put [Official Documentaction]
Methods
- questions Array<Object>
- id Integer
- lang String
- question String
- answer String
- dateAdd String
- host String
- author String
- productIdent Object
- visible 'n'|'y'
- priority Integer
- confirmed 'n'|'y'
- shopId Integer
- answerDate String
- answerAuthor String
Examples
This function sets the visibility of product questions with the ID of 7 to not visible.
const result = await idosellRequest.putProductsQuestions
.id(7)
.visible("n")
.exec()