Tags
Tag list
GET
https://app.hightouch.ai/api/store/tags/
Query Parameters
Name | Type | Description |
---|---|---|
shop_id | integer | Store ID |
limit | integer | Number of records (max. 100) |
offset | integer | Shift in records |
search | string | Search bar by tag name or ID |
Add tag
POST
https://hightouch.ru/api/store/tags/
Request Body
Name | Type | Description |
---|---|---|
shop_id | integer | Store ID |
name | string | Name of the tag |
Change tag
PATCH
https://app.hightouch.ai/api/store/tags/:id/
Path Parameters
Name | Type | Description |
---|---|---|
id | integer | Tag ID |
Request Body
Name | Type | Description |
---|---|---|
shop_id | integer | Store ID |
name | string | New name of the tag |
Delete tag
DELETE
https://app.hightouch.ai/api/store/tags/:id/
Path Parameters
Name | Type | Description |
---|---|---|
id | integer | Tag ID |
Last updated