Like

Data Type: Like

ParameterTypeDescriptionRequired/OptionalNotes
like_idStringLike-Object IDconditionally required: required under the 'Like' situation
like_typeStringLike-Object Typeoptional (strongly recommended)enumeration:
merchandise
feed
article
comment
other
author_account_idStringAuthor Account ID of Like-Objectconditionally required: required when Like-Object is created by usersEmpty when Like-Object is not created by users. Example: merchandise
{
    "like_id": "NHDKDOMO837",
    "like_type": "feed",
    "author_account_id": "123456"
}