props | struct|array | Hash array with the updated properties. Allowed keys are:- name - name of the group
- feeds_ids - the ids of the feeds of the group
- sort_by - The method through which the group will sort the products(which products will be displayed first), Allowed values are: newest - The newest products from the feeds
- random - in a random order, top_sell_value - Top sold by value, top_sell_qty - Top sold by quantity, top_viewed_site - Top viewed by website, most_viewed_user - Top viewed by a specific user
- filters - Hash array with filters that the product group can apply to products. Allowed keys are: product - filters related to the product attributes - hash / array with the following keys allowed: name, url, price (array with keys start and stop), categories (array), in_stock (true or false), e-commerce - e-commerce related filters - hash / array with the following keys allowed: no_purchases (hash / array with keys: start, stop), qty_purchased (hash / array with keys: start, stop), value_purchased (hash / array with keys: start / stop), action_date (the date that the action refers to - can either be an array with keys start and stop (interval) or a string from the following values: today, yesterday, last_7_days, current_month, last_month, last_30_days, last_3_months, last_6_months, last_year, last_24_months, current_year, previous_year)
|