Assign Tag to a Store POST
URL: https://api.painelalter.com/api/addTagToStore
Assigns a tag to a store that the token user has access to.
Body Parameters
| Parameter | Description |
|---|---|
| id_storeTag | ID of the tag to be assigned |
| store_alias_id | Store alias ID |
Example Body
json
{
"id_storeTag": 216,
"store_alias_id": "02"
}
