Add manual keywords

post /text/keywords
This API endpoint allows the addition of manual keywords for a specified record.

Requirements

Authentication Required
Bearer access_token
Request Headers
Authorization: Bearer access_token
Content-Type: application/json
Parameter Name Type Description
storeId string, required Store ID for which the keywords are being added.
type string, required Specifies the type of record, which can be either Product or Category.
recordId string, required The Object ID associated with the keywords.
languageCode string, required Two-letter language code, e.g., en. Default is en.
manualKeywords [array] string, required List of manual keywords to be added.

Request body parameters

Response

200
400
500
//The manual keywords were successfully added.
//The request failed due to invalid input or missing required parameters.
//The server encountered an error when processing the request.