UpdateRecommendedList

Updating the list of recommended products for a product with the given identifier.

  • Input data type => object
  • Output data type => object

Input parameters

  1. _session_hash (string)
  2. Required. Session identifier (received during login - doLogin)

  3. product_id (integer)
  4. Required. Product identifier.

  5. recommended (array of integer)
  6. Required. Identifiers of recommended products. Passing an empty array removes all recommended products from the product.

Output data

  1. _update (boolean)
  2. Update status.