PUT
/
{storeId}
/
tags
/
{id}
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"
}

Path Parameters

id
string
required

Tag id

storeId
string
required

Store ID for this resource request

Body

application/json
name
string
required

Name to be used for this tag

imageUrl
string

Image that represents this tag

Response

201 - 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