Skip to content

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

ParameterDescription
id_storeTagID of the tag to be assigned
store_alias_idStore alias ID

Example Body

json
{
    "id_storeTag": 216,
    "store_alias_id": "02"
}