<<

NAME

ProductOpener::APITaxonomy - implementation of APIs to canonicalize taxonomy tags and to display taxonomy tags in a specific language

DESCRIPTION

taxonomy_canonicalize_tags_api ( $request_ref )

Process API V3 taxonomy_canonicalize_tags requests.

Given a comma separated list of tags in a specific language, return a comma separated list of canonical tags.

Parameters

$request_ref (input)

Reference to the request object.

taxonomy_display_tags_api ( $request_ref )

Process API V3 taxonomy_display_tags requests.

Given a comma separated list of canonical tags, return a comma separated list of the tags in a specific language.

Parameters

$request_ref (input)

Reference to the request object.

<<