#LOCAL("ProductIDs", #SPLIT(",", #ShopNotificationObjectIDString))
#LOCAL("ProductCount", #COUNT(#ProductIDs))
#IF(#ProductCount == 1)
#LOOP(#ProductIDs)
#ProductCount {ProductOutOfStock} {UnityView}
#ENDLOOP
#ELSE
#ProductCount {ProductsOutOfStock} {UnityView}
#ENDIF
#ENDLOCAL
#ENDLOCAL