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"
}

Path Parameters

storeId
string
required

Store ID for this resource request

id
string
required

Tag id

Response

200
application/json

Returns a tag.

The response is of type object.