move_product_to_area
Move a product to a different product area: remove it from `from_area_id` (or, when omitted, from every area it currently sits in) and add it to `to_area_id`. Convenience over remove_product_from_area + assign_product_to_area.
Areas & Change Logatomic (single portfolio.upg flush).
Arguments
product_idstringrequiredProduct id (from list_local_products)
to_area_idstringrequiredDestination product area id (from list_product_areas)
from_area_idstringoptionalSource area id to remove from; omit to remove from all areas
Returns
Shape
{ product_id, to_area_id, to_area_title?, removed_from: string[], added }