TagEngine

Application APIs for fetching product tags.

Tag Management

Fetch product tags by option codes. Tags like Best Price, Selling Fast, and Good Quality are assigned to products and displayed on product listing and detail pages.

Operations
GET
/service/application/tagengine/v1.0/tags
# Get tags by option codes
GET
/service/application/tagengine/v1.0/v2/tags/{service}
# Get tags V2 with service and tenant support
GET

Get tags by option codes

Fetch product tags for the given option codes. Returns tags like Best Price, Selling Fast, etc.
Parameters
option_codes
string
Required
fetch_all_tags
string
Enum
nocache
string
Enum
Response
200
Tags fetched successfully
TagListV1
status
string
message
string
tags
array of object
Examples
Parameters
Parameters are not required.
GET
/service/application/tagengine/v1.0/tags
Loading...
Response
Loading...
GET

Get tags V2 with service and tenant support

Fetch product tags with service type and tenant filtering. Supports A/B experiment values.
Parameters
service
string
Required
Enum
option_codes
string
Required
fetch_all_tags
string
Enum
nocache
string
Enum
experiment_value
string
Response
200
Tags fetched successfully
TagListV2
status
string
tags
array of object
Examples
Parameters
Parameters are not required.
GET
/service/application/tagengine/v1.0/v2/tags/{service}
Loading...
Response
Loading...