添加新的或更改创建的注释
Info
Console
方法适用于所有模式.
如果您使用API-Key令牌,调用该方法时需要具备列表中可用权限之一
- communication — 与买家沟通
- all-methods — 全面管理账户
添加新的商店注释或修改商店之前留下的注释。
要创建评论,请仅发送评论ID。 feedbackId.
要将注释添加到另一个注释,请发送:
feedbackId— 的评论ID。comment.parentId— 父注释的ID。
要编辑评论,请发送:
feedbackId— 的评论ID。comment.id— 要编辑的注释的id。
如果你在同一时间传送 comment.parentId 和 comment.id,现有的注释将被更改。
| ⚙️ 限制: 每小时1,000个请求 |
|---|
Request
POST
https://api.partner.market.yandex.ru/v2/businesses/{businessId}/goods-feedback/comments/update
Path parameters
|
Name |
Description |
|
businessId |
Type: integer 内阁ID。 要找到答案,请使用请求 GET v2/campaigns. Min value: |
Body
application/json
{
"feedbackId": 0,
"comment": {
"id": 0,
"parentId": 0,
"text": "example"
}
}
|
Name |
Description |
||||||
|
comment |
Type: object
评论或其他评论的评论。 Example
|
||||||
|
feedbackId |
Type: integer 的评论ID。 |
Responses
200 OK
有关添加或更改的注释的信息。
Body
application/json
{
"status": "OK"
}
Type: object
500 Internal Server Error
Yandex中的内部错误。 市场。 有关错误的更多信息
Body
application/json
{
"status": "OK"
}
Type: object
No longer supported, please use an alternative and newer version.