Difference between revisions of "TagItem"

From Gvp-public
Jump to navigation Jump to search
Line 20: Line 20:
 
{{Api_Parameter|
 
{{Api_Parameter|
 
ParamName=ItemType
 
ParamName=ItemType
|ParamType=ItemType
+
|ParamType=[[ItemType]] enum
 
|ParamRequired=required
 
|ParamRequired=required
 
|ParamDescription=The type of the item being tagged
 
|ParamDescription=The type of the item being tagged
Line 26: Line 26:
 
{{Api_Parameter|
 
{{Api_Parameter|
 
ParamName=tagType
 
ParamName=tagType
|ParamType=TagType
+
|ParamType=[[TagType]] enum
 
|ParamRequired=required
 
|ParamRequired=required
 
|ParamDescription=Tag type. This is a list of possible values (Enumeration).
 
|ParamDescription=Tag type. This is a list of possible values (Enumeration).

Revision as of 12:25, 5 April 2019

Description

Set the Tag for a item of the catalog using a type and the productId passing a value for the tag.

This method only can be used by logged user.

Parameters

  • token (String, required)
A valid token for identifying the API session context. The token can be anonymous or logged.
  • ItemId (int, required)
The ID of the item that wants to untag.
The type of the item being tagged
Tag type. This is a list of possible values (Enumeration).
  • tagValue (String, required)
The type must be: int when be TagType.Stars or bool for others type


Returns

Returns a statuscode 0 if the tag propagated properly

Example:

{

"StatusCode": 0,
"Severity": 1,
"StatusMessage": "OK",
"Content": true

}


Exceptions


Caching

This method is not cached.


Known issues

  • None


Version history

API Version Number Change description Changes author
7.0 Initial method design José Manuel Escartín


See also