Recommenders

Update recommender

Update the name and settings (filters) of an existing Spark recommender. Returns the updated list of recommenders.

put/recommenders/{recommender_id}

Path parameters

recommender_idstring required

The unique identifier of the recommender to update.

Request body

namestring

Optional human-readable name of the recommender. Max 191 characters.

filtered_productsstring

List of product identifiers (SKUs) to exclude from the recommendations. Max 1000 items, each unique and max 255 characters. Omit the field for no product filter.

filtered_categoriesstring

List of category names to exclude from the recommendations. Max 1000 items, each unique and max 255 characters. Omit the field for no category filter.

included_monthsstring

List of calendar month numbers (112) that restrict which purchase history is used for training. Values must be unique, max 12 items. Omit the field to use the full purchase history.

Response

OK

recommender_idstring
feed_idinteger
shop_idstring
last_trained_timestampinteger
statusstring
sequence_numberinteger
namestring

Changes

No recorded changes to this endpoint across all 1 revision of this API.