UpdateAccessoriesList

Updating the list of accessories 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. accessories (array of integer)
  6. Required. Accessory identifiers. Passing an empty array removes all accessories from the product.

Output data

  1. _update (boolean)
  2. Update status.