cURL
curl --request PATCH \ --url https://partner-api.aasaan.shop/api/v1/partner-integrations/stores/{storeId}/tags/{id} \ --header 'Content-Type: application/json' \ --data '{ "name": "vegan", "imageUrl": "https://images.aasaan.shop/stores/logo/logo_1684500490812.png" }'
{ "id": "vegan-tag-id-1", "name": "vegan", "imageUrl": "vegan" }
Update a tag.
Tag id
Store ID for this resource request
Name to be used for this tag
"vegan"
Image that represents this tag
"https://images.aasaan.shop/stores/logo/logo_1684500490812.png"
Tag updated.
Unique identifier for the resource that was used to create this tag
"vegan-tag-id-1"
Name Used for this tag