UntagProduct
Jump to navigation
Jump to search
Description
Untag the product doing a deletion by productId and tagType.
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.
- productId (int, required)
- The ID of the product that wants to untag.
- productType (ProductType, required)
- The limit number of values for this request
- tagType (TagType, required)
Returns
Returns a JSON object containing true if the tag be deleted.
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 |
---|---|---|
1.0 | Initial method design | Harley Cabral |