Skip to main content
PUT
Put a multiple tags

Path Parameters

storeId
string
required

Store ID for this resource request

Body

application/json
id
string

ID of the Tag that needs to be put

Example:

"vegan-id-1"

name
string

Name to be used for this tag

Example:

"vegan"

imageUrl
string

Image that represents this tag

Example:

"https://images.aasaan.shop/stores/logo/logo_1684500490812.png"

Response

Tags created or update in an array and an array with errors for those tags which couldn't be updated.

tags
object[]
errors
string[]