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
id
string

Unique identifier for the resource that was used to create this tag

name
string

Name Used for this tag

imageUrl
string

Name Used for this tag