cURL
curl --request PUT \ --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" }
Create or update a new tag
Documentation IndexFetch the complete documentation index at: https://help.aasaan.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://help.aasaan.app/llms.txt
Use this file to discover all available pages before exploring further.
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 created.
Unique identifier for the resource that was used to create this tag
"vegan-tag-id-1"
Name Used for this tag