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"
}
Returns a tag.
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"
}
Returns a tag.
The response is of type object
.