GETTING STARTED
Store
Custom Domain
Category
Brand
Tag
Store Front
Tag
Get a tag by Id.
Returns a tag.
GET
/
{storeId}
/
tags
/
{id}
curl --request GET \
--url https://partner-api.aasaan.shop/api/v1/partner-integrations/stores/{storeId}/tags/{id}
{
"id": "vegan-tag-id-1",
"name": "vegan",
"imageUrl": "vegan"
}
Response
200
application/json
Returns a tag.
The response is of type object
.
curl --request GET \
--url https://partner-api.aasaan.shop/api/v1/partner-integrations/stores/{storeId}/tags/{id}
{
"id": "vegan-tag-id-1",
"name": "vegan",
"imageUrl": "vegan"
}
Assistant
Responses are generated using AI and may contain mistakes.