Tags

get
Authorizations
AuthorizationstringRequired

API Token based authentication. Use format: Token token="your-api-key"

Path parameters
idintegerRequired
Responses
chevron-right
200

Getting a specific tag

application/json
get
/api/v1/tags/{id}
200

Getting a specific tag

put
Authorizations
AuthorizationstringRequired

API Token based authentication. Use format: Token token="your-api-key"

Path parameters
idintegerRequired
Body
namestringRequired

New tag name (minimum 1 and maximum 255 characters)

Responses
chevron-right
200

Updating a specific tag

application/json
put
/api/v1/tags/{id}
200

Updating a specific tag

delete
Authorizations
AuthorizationstringRequired

API Token based authentication. Use format: Token token="your-api-key"

Path parameters
idintegerRequired
Responses
chevron-right
200

Deleting a specific tag

application/json
delete
/api/v1/tags/{id}
200

Deleting a specific tag

delete
Authorizations
AuthorizationstringRequired

API Token based authentication. Use format: Token token="your-api-key"

Body
idsinteger[]Required

Array of tag IDs to delete

Responses
chevron-right
200

Deleting multiple tags

application/json
delete
/api/v1/tags/bulk
200

Deleting multiple tags

get
Authorizations
AuthorizationstringRequired

API Token based authentication. Use format: Token token="your-api-key"

Query parameters
product_idsstringOptional

List of product ids (maximum 20 ids)

namestringOptional

Search value which will be searched in tag name and associated products names

has_categorybooleanOptional

Tag has category or not

updated_at_fromstringOptional

Updated at from

updated_at_tostringOptional

Updated at to

created_at_fromstringOptional

Created at from

created_at_tostringOptional

Created at to

Responses
chevron-right
200

Listing tags

application/json
get
/api/v1/tags
200

Listing tags

post
Authorizations
AuthorizationstringRequired

API Token based authentication. Use format: Token token="your-api-key"

Body
namestringRequired

Tag name (minimum 1 and maximum 255 characters)

product_idsstringOptional

List of product ids associate to this tag

Responses
chevron-right
200

Creating a tag

application/json
post
/api/v1/tags
200

Creating a tag

Last updated

Was this helpful?